15.04.2009, 07:12
when i put this code in my Menu it gives me warnings
Код:
case 0:
if(IsPlayerConnected(playerid))
{
GetPlayerPos(playerid, x, y, z);
CreateVehicle(579,x ,y+5,z,6, 3, 1000000000);//line 661
PutPlayerInVehicle(playerid,579,0);
}
Код:
F:\GTA SAN ANDREAS\GTA SA\GTA-SanAndreas\samp02Xserver.win32\filterscripts\tunemenu.pwn(661) : warning 202: number of arguments does not match definition


, Float:y,Float:z, Float:angle, color1, color2, respawn_delay)