06.09.2012, 04:14
1) Simple add this anywhere to your GM:
2) In server.cfg add
(Just for example)
3) In OnGameModeInit()
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;
}
Код:
mapname LS/SF
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);
}