#1

can any one fix it :
Код HTML:
new Float:x, Float:y, Float:z; 
GetPlayerPos(playerid, x,y,z); 
CreateVehicle(432, x,y,z,0,0,1000);
error :
Код HTML:
warning 202: number of arguments does not match definition
this line :
Код HTML:
CreateVehicle(432, x,y,z,0,0,1000);
Reply
#2

Код:
CreateVehicle(modelid, Float:x, Float:y, Float:z, Float:angle, color1, color2, respawn_delay)
You forgot to set the angle
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)