11.04.2011, 14:43
i am attaching it to a BOT
Код:
if(!strcmp(npcname, "[BOT]Quake", true)) //Checking if the NPC's name is MyFirstNPC { SetPlayerSkin(playerid,295); quakelabel[playerid] = Create3DTextLabel("[BOT]Quake",COLOR_YELLOW,0.0,0.0,60.0,50.0,0); Attach3DTextLabelToPlayer(quakelabel[playerid], playerid, 0.0, 0.0, 0.7); }