05.01.2012, 08:53
(
Последний раз редактировалось Gooday; 05.01.2012 в 10:24.
Причина: More Info
)
Hi all, i got a server hosted and all the scripts with "CMD: ...." in my gm arent working, What i can do?
All works nice but just the "CMD" commands
EX:
I got NO errors!
*Server Hosted all worked fine than i modified a script (not GM script) i modified: return 0; with return 1; and stopped work :/
All works nice but just the "CMD" commands
EX:
pawn Код:
CMD:ooc(playerid, params[])
{
new sendername[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, sendername, sizeof(sendername));
strreplace(sendername, '_', ' ');
format(string, sizeof(string), "(OOC-G) %s: %s", sendername, params);
SendClientMessageToAll(COLOR_GREY, string);
return 1;
}
*Server Hosted all worked fine than i modified a script (not GM script) i modified: return 0; with return 1; and stopped work :/