29.09.2016, 11:52
Show your code.
If you want to call OnPlayerRequestClass in another callback, this might be (example):
If you want to call OnPlayerRequestClass in another callback, this might be (example):
PHP код:
public randomcall(playerid)
{
blabla
OnPlayerRequestClass(playerid, CLASS_SWAT);
return 1;
}