04.07.2011, 23:10
I get The Warning
Heres The Code That its appearing wrong?
Код:
C:\Documents and Settings\Chris\My Documents\HayZaticFreeRoam\gamemodes\FreeRoam.pwn(110) : warning 202: number of arguments does not match definition C:\Documents and Settings\Chris\My Documents\HayZaticFreeRoam\gamemodes\FreeRoam.pwn(111) : warning 202: number of arguments does not match definition C:\Documents and Settings\Chris\My Documents\HayZaticFreeRoam\gamemodes\FreeRoam.pwn(113) : warning 202: number of arguments does not match definition
Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 0,257.7088,-41.5065,1002.0234); SetPlayerCameraPos(playerid, 0,256.2079,-42.9162,1002.0234); SetPlayerFacingAngle(playerid,308.2271); SetPlayerCameraLookAt(playerid, 0,257.7088,-41.5065,1002.0234); return 1; }