Spawn help
#5

ops Wrong lool wait let me post OnPlayerSpawn xD

Код:
public OnPlayerSpawn(playerid)
{
    new PlayerName[MAX_PLAYER_NAME],
    string[40];
    GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
    format(string, sizeof(string), "%s has spawned successfully.", PlayerName);
    SendClientMessageToAll(0xFFFFFFFF, string);
    return 1;
}
Reply


Messages In This Thread
Spawn help - by RedRex - 21.02.2016, 12:16
Re: Spawn help - by ReshiramZekrom - 21.02.2016, 12:18
Re: Spawn help - by RedRex - 21.02.2016, 12:22
Re: Spawn help - by Joron - 21.02.2016, 12:24
Re: Spawn help - by RedRex - 21.02.2016, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)