23.04.2010, 18:33
pawn Код:
case 9:
{
if(GetPlayerScore(playerid) >= 60)
{
SendClientMessage(playerid, COLOR_YELLOW, "Vocк nгo tem Level 60.");
udb_setProf(PlayerName(playerid), Profissao[playerid]);
SendClientMessage(playerid, COLOR_YELLOW, "o Voce agora й um Recruta da mafia!.");
Profissao[playerid] = RECRUTA;
TogglePlayerControllable(playerid,1);
SetPlayerColor(playerid, COLOR_RECRUTA);
PlayerPlaySound(playerid,MUSIC_OFF,2050.1995, 1344.5500, 13.2378);//Music Off
GivePlayerWeapon(playerid,4,1);
GivePlayerWeapon(playerid,24,100);
GivePlayerWeapon(playerid,26,100);
GivePlayerWeapon(playerid,18,10);
}
}