24.06.2012, 15:01
Quote:
Try this
pawn Код:
|
Quote:
C:\KevsFile\Torreto Racing(1)\gamemodes\TorettoRacing.pwn(7012) : warning 202: number of arguments does not match definition |
Quote:
public OnPlayerSpawn(playerid) { SetPlayerSkin(GetPlayerSkin(playerid)); new Random = random(sizeof(RandomSpawns)); SetPlayerPos(playerid, RandomSpawns[Random][0], RandomSpawns[Random][1], RandomSpawns[Random][2]); SetPlayerInterior(playerid, 0); SetTimerEx("Unfreeze", 2000, 0, "d", playerid); GameTextForPlayer(playerid,"~g~Waiting for the Objects to load",2000,3); return 1; } |