what's wrong? [Undefined symbole "playerid"?]
#10

Quote:
Originally Posted by FireCat
Посмотреть сообщение
WTF?!
Why on earth are you doing that?!
You do not need to do stuff like that, for these types of cases!
pawn Код:
for(new i; i < GetMaxPlayers(); i++)
For your information, doing
pawn Код:
for( new slots = GetMaxPlayers( ), i; i < slots; i++ )
is actually FASTER than doing
pawn Код:
for(new i; i < GetMaxPlayers(); i++)
Similarly, doing
pawn Код:
for(new i, j = strlen(string); i < j; i++)
is also FASTER than doing
pawn Код:
for(new i; i < strlen(string); i++)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)