Quote:
Originally Posted by Eth
add anything to delete this warning, like:
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; }
that if you are using Zcmd
|
What if im not using ZCMD?