Problem with Loading Weapon Y_ini in Gamemode
#6

Try This :-
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;
}
I just remove your "GivePlayerWeapon" Code

EDIT :-

If it is not working then Reply here again
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)