C:\Documents and Settings\Danny\Desktop\New Folder\Crystal RP\gamemodes\RP.pwn(7972) : error 017: undefined symbol "playerid" |
ClearChatbox(i, 10); SendClientMessage(i, COLOR_YELLOW2, "Welcome to the Los Santos."); SendClientMessage(i, COLOR_GRAD1, "To call a taxi use call 444"); SendClientMessage(i, COLOR_GRAD1, "Danny Rules CO."); SendClientMessage(i, COLOR_GRAD1, "To change your outfit you have to go to clothes shop"); SendClientMessage(i, COLOR_GRAD1, " "); TextDrawHideForPlayer(i,lbt); TextDrawHideForPlayer(i,lbb); TutTime[i] = 0; PlayerInfo[i][pTut] = 1; gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0; TogglePlayerControllable(i, 1); MedicBill[i] = 0; AfterTutorial[i] = 1; SetTimerEx("UnsetAfterTutorial", 2500, false, "i", i); SetTimerEx("UnsetFirstSpawn", 5000, false, "i", i); SetPlayerPos(playerid,-1417.0,-295.8,14.1) |