Posts: 106
Threads: 30
Joined: Jun 2013
Quote:
Originally Posted by J4Rr3x
You need to put this in OnPlayerRequestSpawn.
Little fix:
PHP код:
case MEDIC:
{
if(GetPlayerScore(playerid) < 500) return SendClientMessage(playerid, -1, "You need 500 score");
TogglePlayerControllable(playerid, 1);
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 33, 200);
GivePlayerWeapon(playerid, 22, 200);
GivePlayerWeapon(playerid, 25, 200);
GivePlayerWeapon(playerid, 11, 2);
}
|
But this is not a Team, just a class. should I leave it there, where it was?