script [HELP]
#4

look at any other gamemode/adminscript

------------------------

Quote:
Originally Posted by ► James_Alex
try this
pawn Код:
if(strcmp(cmdtext, "/healall", true) == 0)
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
SetPlayerHealth(i, 100);
SendClientMessageToAll(0x33AA33AA, "All the players has been healed");
}
return 1;
}
It will send 200 messages to each player
Reply


Messages In This Thread
script [HELP] - by sggassasin - 01.09.2009, 15:29
Re: script [HELP] - by sggassasin - 01.09.2009, 15:34
Re: script [HELP] - by sggassasin - 02.09.2009, 06:44
Re: script [HELP] - by Zeex - 02.09.2009, 08:39
Re: script [HELP] - by The_Tough - 02.09.2009, 09:03

Forum Jump:


Users browsing this thread: 1 Guest(s)