21.02.2010, 02:00
This is a good imple cmd!!
Код:
if(strcmp(cmd, "/carid", true) == 0) { if(IsPlayerInAnyVehicle(playerid)) { if (IsPlayerConnected(playerid)) { format(string, sizeof(string), "(INFO) The ID of this vehicle is: %d.",GetPlayerVehicleID(playerid)); SendClientMessage(playerid, COLOR_YELLOW, string); } } return 1; }