3 Questions.
#3

1) Simple add this anywhere to your GM:
pawn Код:
public OnPlayerText(playerid, text[])
{
    new pName[MAX_PLAYER_NAME], string[144];
    GetPlayerName(playerid, pName,sizeof(pName));
    format(string, sizeof(string), "%s[%i]: %s", pName, playerid, text);
    printf(string);
    SendClientMessageToAll(0xFFFFFFFF, string);
    return 0;
}
2) In server.cfg add
Код:
mapname LS/SF
(Just for example)
3) In OnGameModeInit()
pawn Код:
for(new s = 1; s < 300; s++)
{
    AddPlayerClass(s, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
}
Reply


Messages In This Thread
3 Questions. - by [A]ndrei - 06.09.2012, 03:17
Re: 3 Questions. - by Passout - 06.09.2012, 04:12
Re: 3 Questions. - by lamarr007 - 06.09.2012, 04:14
Re: 3 Questions. - by [A]ndrei - 06.09.2012, 05:27
Re: 3 Questions. - by [ABK]Antonio - 06.09.2012, 05:34
Re: 3 Questions. - by [A]ndrei - 06.09.2012, 05:34
Re: 3 Questions. - by lamarr007 - 06.09.2012, 10:47
Re: 3 Questions. - by [A]ndrei - 06.09.2012, 17:56
Re: 3 Questions. - by [A]ndrei - 06.09.2012, 18:00
Re: 3 Questions. - by [A]ndrei - 12.09.2012, 22:33

Forum Jump:


Users browsing this thread: 2 Guest(s)