14.05.2011, 16:08
Yes, ofcourse.
E.g you have a AddPlayerClass with the skin 285 (SWAT).
You could add this to your "OnPlayerRequestClass" callback:
Etc
E.g you have a AddPlayerClass with the skin 285 (SWAT).
You could add this to your "OnPlayerRequestClass" callback:
pawn Код:
if(GetPlayerSkin(playerid) == 285)
{
GameTextForPlayer(playerid, "~b~S.W.A.T", 5000, 3);
SetPlayerTeam(playerid, 0);
return 1;
}