[testerrori.pwn(37) : warning 202: number of arguments does not match definition]
Warning nella mia GM :
[C:\Users\xx\Desktop\Server\LI-RP\FU-RP\gamemodes\hcrp.pwn(5098) : warning 202: number of arguments does not match definition]
Stringa in questione :
Quote
public OnPlayerSpawn(playerid) { FadePlayerScreen(playerid, COLOR_BLACK, 10); InitLockDoors(playerid); STDPlayer[playerid] = 0; gTeam[playerid] = PlayerInfo[playerid][pTeam]; //Set the Team FirstSpawn2[playerid] += 1; new Float:health; GetPlayerHealth(playerid, health); CurHealth[playerid] = health; if(FirstSpawn2[playerid] == 1) SetTimerEx("NeedToEat",600000,1,"i",playerid); if (gTeam[playerid] == 4) //medic / criminal reset team { gTeam[playerid] = 3; } if(gPlayerLogged[playerid] == 0) { SendClientMessage(playerid, COLOR_LIGHTRED, "** Devi prima loggarti e poi spawnare! (Kicked) **"); KickPlayer[playerid] = 1; }
Messaggio modificato da Soap96Elite il 18 marzo 2011 - 12:01