12.09.2011, 16:38
I created this function to choose the skin only when it leads me to the selection of class I skin appears under the bar, why?
Код:
YCMD:skin(playerid, params[], help)
{
#pragma unused params
#pragma unused help
CallLocalFunction("OnPlayerRequestClass","d",playerid);
return 1;
}


?