warning 204: symbol is assigned a value that is never used, But its used???
#4

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)