12.01.2014, 16:37
Hello, if there are player crash players they trying to send vehicles i think bad model then players crash how to make anti crash to prevent him??
CMD:vehicle(playerid, params[])
{
//bla bla your code
if(cID > 612)SendClientMessage(playerid, -1, "Invalid Vehicle ID (400-611)"); //-1 is Random Color.
if(cID < 400)SendClientMessage(playerid, -1, "Invalid Vehicle ID (400-611)"); //-1 is Random Color.
return 1;
}
|
pawn Код:
|