04.05.2010, 09:22
Can someone help me with this,i get this error:
....\Desktop\samp03asvr_R4_win32\gamemodes\LVRP.pw n(89) : warning 202: number of arguments does not match definition
Because of this:
....\Desktop\samp03asvr_R4_win32\gamemodes\LVRP.pw n(89) : warning 202: number of arguments does not match definition
Because of this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
SetPlayerPos(playerid, 2856.8262,1300.6563,11.3906);
SetPlayerCameraPos(playerid, 2862.3271,1300.7689,11.1097,86.3286);
SetPlayerCameraLookAt(playerid, 2856.8262,1300.6563,11.3906);
return 1;
}