07.11.2013, 12:12
Try This :-
I just remove your "GivePlayerWeapon" Code 
EDIT :-
If it is not working then Reply here again
pawn Код:
public OnPlayerSpawn(playerid)
{
new PlayerName[MAX_PLAYER_NAME],
string[128];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
format(string, sizeof(string), "%s Telah Respawn.", PlayerName);
SendClientMessageToAll(COLOR_RED, string);
TextDrawShowForPlayer(playerid, ShadowsRandom);
return 1;
}

EDIT :-
If it is not working then Reply here again

