28.03.2010, 11:40
ok, gotcha!
Try this script (Tested, no errors!)
You can simply add things on it...
Try this script (Tested, no errors!)
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
if(classid == 1){
GameTextForPlayer(playerid, "~w~Police", 1000, 5);
}
else if(classid == 2){
GameTextForPlayer(playerid, "~r~Assassin", 1000, 5);
}
return 1;
}