Help for errors please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help for errors please (
/showthread.php?tid=244224)
Help for errors please -
luis_mendoza - 26.03.2011
EDIT:
I just need now help for this i have this warning
D:\streetgangs tdm\gamemodes\Test.pwn(1773) : warning 215: expression has no effect
}
if(strcmp(cmd, "/admins", true) == 0)
{
SendClientMessage(playerid, COLOR_RED, ">>SG Admini>>");
1773 new i=0; i<MAX_PLAYERS; i++;
{
if (IsPlayerAdmin(playerid))
{
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Admin: %s, ID: %d", name[i], i);
SendClientMessage(playerid, COLOR_RED, string);
}
}
return 1;
}
Re: Help for errors please -
Markx - 26.03.2011
mod?