04.07.2013, 08:09
(
Последний раз редактировалось showarn; 04.07.2013 в 22:04.
)
Hello i need help with my command i dont now how to create it so i ask here. so here it how it shall work /v list and all my owned vehicles should be in a list there but i dont now how to create it please help
Код:
if(strcmp(x_job,"list",true) == 0)
{
if (!IsPlayerInAnyVehicle(playerid))
{
SendClientMessage(playerid,COLOR_RED," Owned cars !");
return 1;
}
}

