How to know how match player joined the mission?
#4

Quote:
Originally Posted by Kitten
Посмотреть сообщение
i could not understand u much but i think this is what u mean

pawn Код:
public SpawnInMission()
{
        new name[MAX_PLAYER_NAME], string[100];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "[MISSION] %s has gone to /mission", name );
        SendClientMessageToAll(your color, string);
        return 1;
}
No i mean something like that

pawn Код:
public SpawnInMission()
{
        new name[MAX_PLAYER_NAME], string[100];
        GetPlayerName(playerid, name, sizeof(name));
        format(string, sizeof(string), "Mission started. Player in mission (GET THE NUMBER OF PLAYERS THAT JOINED THE MISSION)",name );
        SendClientMessageToAll(your color, string);
        return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)