No commands in my server work
#8

Any ideas?

EDIT: Turns out my SOS command was causing it:

pawn Код:
dcmd_sos(playerid, params[])
{
new string[128], playername[24];

GetPlayerName(playerid, playername, sizeof(playername));
format(string,sizeof(string),"[SOS] %s needs help at %s",playername, params);
print("SOS Sent");

for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
SendClientMessage(i,0xFF0000FF,string);
print("SOS Sent2");
}
}

return 1;
}
May someone fix it? Or identify the problem
Reply


Messages In This Thread
No commands in my server work - by Torran - 05.02.2010, 22:42
Re: No commands in my server work - by Moglizorz. - 05.02.2010, 23:10
Re: No commands in my server work - by Torran - 05.02.2010, 23:22
Re: No commands in my server work - by Backwardsman97 - 05.02.2010, 23:26
Re: No commands in my server work - by Torran - 05.02.2010, 23:33
Re: No commands in my server work - by Backwardsman97 - 05.02.2010, 23:36
Re: No commands in my server work - by Torran - 05.02.2010, 23:41
Re: No commands in my server work - by Torran - 06.02.2010, 00:55
Re: No commands in my server work - by Torran - 06.02.2010, 10:29
Re: No commands in my server work - by MadeMan - 06.02.2010, 10:31
Re: No commands in my server work - by Torran - 06.02.2010, 10:34
Re: No commands in my server work - by Calgon - 06.02.2010, 10:37
Re: No commands in my server work - by MadeMan - 06.02.2010, 10:40
Re: No commands in my server work - by Calgon - 06.02.2010, 10:45
Re: No commands in my server work - by Torran - 06.02.2010, 10:46
Re: No commands in my server work - by ¤Adas¤ - 06.02.2010, 13:58
Re: No commands in my server work - by Torran - 06.02.2010, 14:43
Re: No commands in my server work - by Torran - 06.02.2010, 21:44

Forum Jump:


Users browsing this thread: 1 Guest(s)