Приветствие игрока зашедшего на сервер с изображением! В onPlayerSpawned() добавить: Код: self thread iconNotify("Cardtitle_bloodsplat", "^3Привет ^7"+self.name+"^3!", "^ТЕКСТ"); Где "Cardtitle_bloodsplat" изображение! вот некоторые из и Приветствие игрока зашедшего на сервер с изображением! В onPlayerSpawned() добавить: Код: self thread iconNotify("Cardtitle_bloodsplat", "^3Привет ^7"+self.name+"^3!", "^ТЕКСТ"); Где "Cardtitle_bloodsplat" изображение! вот некоторые из иконок: cardtitle_sunbather // Голая баба cardtitle_horsemen_war // Смерть с косой Cardtitle_dragon_kick // Перк ниндзя Cardtitle_assault_master // Два черепа Cardtitle_hazard_3 // Полоска Cardtitle_bullet // Пуля Cardtitle_chicken // Курица Cardtitle_drifting // Колесо машины cardtitle_eyeball_3 // Чертенок cardtitle_weed_3 // Конопля cardtitle_zombie_3 // Зомби cardtitle_bloodsplat // Кровь А это в любом месте в _rank Код: iconNotify(sIcon, sText1, sText2) { self endon("disconnect"); notifyIcon = self createIcon(sIcon, 215, 38); notifyIcon setPoint("TOP", "MIDDLE", 0, -220); notifyIcon.foreground = false; notifyIcon.hideWhenInMenu = true; notifyIcon transitionZoomIn(0.3); notifyIcon transitionFadeIn(0.2); notifyText1 = self createFontString("bigfixed", 0.7); notifyText1 setPoint("TOP", "MIDDLE", 0, -212); notifyText1 setText(sText1); notifyText1.foreground = true; notifyText1.HideWhenInMenu = true; notifyText1 transitionZoomIn(0.3); notifyText1 transitionFadeIn(0.2); notifyText2 = self createFontString("default", 1.2); notifyText2 setPoint("TOP", "MIDDLE", 0, -198); notifyText2 setText(sText2); notifyText2.foreground = true; notifyText2.HideWhenInMenu = true; notifyText2 transitionZoomIn(0.3); notifyText2 transitionFadeIn(0.2); wait 8; notifyIcon transitionFadeOut(0.2); notifyIcon transitionZoomOut(0.3); notifyText1 transitionFadeOut(0.2); notifyText1 transitionZoomOut(0.3); notifyText2 transitionFadeOut(0.2); notifyText2 transitionZoomOut(0.3); wait 8; notifyIcon destroy(); notifyText1 destroy(); notifyText2 destroy(); }
Подскажите где искать onPlayerSpawned() не совсем понятно ... Подскажите где искать onPlayerSpawned() не совсем понятно ...
чТО ТО НЕ ПОЛУЧАЕТСЯ КАК ПРОПИСЫВАТЬ ,ТАК : for(; { self waittill( "joined_spectators" ); self thread removeRankHUD(); } } onPlayerSpawned(self thread iconNotify("Cardtitle_bloodsplat", "^3Привет ^7"+self.name+"^3!", "^ИГРОК"); { self end чТО ТО НЕ ПОЛУЧАЕТСЯ КАК ПРОПИСЫВАТЬ ,ТАК : for(; { self waittill( "joined_spectators" ); self thread removeRankHUD(); } } onPlayerSpawned(self thread iconNotify("Cardtitle_bloodsplat", "^3Привет ^7"+self.name+"^3!", "^ИГРОК"); { self endon("disconnect"); for(; {