01.02.2012, 09:56
'I have debugging
the last used is command is /v
and this is the script of the cmd:
However it does every time you run the command, but only a few times, and not only with this command but also with other
the last used is command is /v
and this is the script of the cmd:
Code:
CMD:v( playerid, pa[] ) { if ( IsPlayerInAnyVehicle ( playerid ) && P_DATA[ playerid ][ P_Level ] < 1 ) return SendError( playerid, "Please exit your vehicle before spawning another!"); ShowPlayerDialog(playerid, Vehicle_Dialog, 2, "{FFFFFF}Vehicles", "{f3303f}Bicycles\n\ {e00059}Bikes\n\ {f3303f}Monster trucks\n\ {e00059}Boats\n\ {f3303f}Helicopters\n\ {e00059}Planes\n\ {f3303f}Cars\n\ {e00059}RC vehicles", \ "Select", "Cancel" ); return 1; }