02.07.2009, 10:53
Add this at the bottom of your script:
pawn Код:
forward OnPlayerRequestClassExFS();
public OnPlayerRequestClassExFS()
{
CallRemoteFunction("OnPlayerRequestClass", "is", playerid);
return 0;
}
OnPlayerRequestSpawnExFS();
public OnPlayerRequestSpawnExFS()
{
CallRemoteFunction("OnPlayerRequestSpawn", "is", playerid);
return 0;
}