21.02.2011, 14:34
(
Последний раз редактировалось SanAndreasVille; 23.02.2011 в 22:00.
)
can i make this with the
and a code for making doors open ? or can i make its server side when the cars automatic respawned makes the thor open
Код:
if(strcmp(cmdtext, "/cr", true) == 0)
{
if(IsPlayerAdmin(playerid))
{
CheckCars();
RespawnAll();
SendClientMessage(playerid, COLOR_YELLOW, "* Cars Respawned ");
return 1;
}
}

