20.03.2012, 12:46
i want to create a player in the front of the player so i did that :
get 3 warnings :
I hope you help me .
pawn Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
AddStaticVehicle(400,x,y,z+2);
Код:
C:\DOCUME~1\PC\Bureau\cs\GAMEMO~1\TEST.pwn(1993) : warning 202: number of arguments does not match definition C:\DOCUME~1\PC\Bureau\cs\GAMEMO~1\TEST.pwn(1993) : warning 202: number of arguments does not match definition C:\DOCUME~1\PC\Bureau\cs\GAMEMO~1\TEST.pwn(1993) : warning 202: number of arguments does not match definition