09.11.2017, 12:11
(
Последний раз редактировалось Ponga; 10.11.2017 в 02:13.
)
I need little help, so how can i add 3dtextlabel for example
and when i /removehorse the 3dlabel will remove too?
Код:
CMD:gethorse(playerid, params[])
{
SetPlayerAttachedObject(playerid, 1, MODEL, 1, POSITION);
playerHorse[playerid]=1;
return 1;
}


