warning 202: number of arguments does not match definition
#1

I get The Warning

Код:
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
Heres The Code That its appearing wrong?

Код:
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;
}
Reply
#2

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerPos(playerid, 257.7088,-41.5065,1002.0234);
    SetPlayerCameraPos(playerid, 256.2079,-42.9162,1002.0234);
    SetPlayerFacingAngle(playerid,308.2271);
    SetPlayerCameraLookAt(playerid, 257.7088,-41.5065,1002.0234);
    return 1;
}
Reply
#3

Fixed! What i did was i added an wrong interger!
Dr.Pepper I found that out Right before you messaged me! lol but thanks! i reped you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)