01.05.2014, 13:52
add anything to delete this warning, like:
that if you are using Zcmd
pawn Код:
ZCMD:hi(playerid,params[])
{
new float:x;
new float:y;
new float:z;
GetPlayerPos(playerid,x,y,z);
CreateVehicle(lsvehicles, X+3,Y,Z, Angle, colour1, colour2, -1);
GetPlayerVehicleID(playerid,lsvehicles);
return 1;
}