24.02.2018, 16:03
can you use this when you login,after you use cmd,and after you use cmd back again,and do the same thing for the car`s virtual world?
PHP код:
YCMD:vw(playerid, params[], help)
{
new string[32];
format(string, sizeof(string), "vw %d", GetPlayerVirtualWorld(playerid));
SendClientMessage(playerid, 0xFFFFFFFF, string);
return 1;
}