Help for errors please
#1

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;
}
Reply
#2

mod?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)