21.10.2014, 04:58
Hi, I think lots of people coding a RolePlay Gamemode want to know that.
Thank you.
Thank you.
public OnPlayerRequestClass(playerid) { SpawnPlayer(playerid); return 1; }
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo(playerid, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0);
TogglePlayerSpectating(playerid, true);
//Add here what you want to happen.
return 1;
}