About cycles.
#2

From 0 to 500:
pawn Код:
for(new i = 0; i <= MAX_PLAYERS; i++)
From 0 to 499:
pawn Код:
for(new i = 0, i < MAX_PLAYERS; i++)
MAX_PLAYERS has a value of 500. If you want 100 you can do that:
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS (100)

//Should put it under #include <a_samp>
Best regards!
Reply


Messages In This Thread
About cycles. - by budelis - 02.07.2012, 18:57
Respuesta: About cycles. - by [DOG]irinel1996 - 02.07.2012, 19:01

Forum Jump:


Users browsing this thread: 1 Guest(s)