06.05.2015, 10:14
.pwn(2930) : error 001: expected token: "-identifier-", but found "("
--------------------------------------------------------------------------------------------
//================================ Tune System ===============================//
new
ReacReward,
Escaped_NewNick[ MAX_PLAYER_NAME ]
;
new
gsString[ 2048 ],
gsBigString[ 4096 ],
gsQuery[ 2048 ]
;
new Gate[ 12 ];
// =============================[ Iteratos ]==================================//
new
Iterator:Var_Seeker<MAX_PLAYERS>, // Line 2930
Iterator:HNS_Rank<MAX_PLAYERS>,
Iterator:PlayerInDerby<MAX_PLAYERS>,
Iterator:PlayerInVortex<MAX_PLAYERS>,
Iterator:PlayerInCNR<MAX_PLAYERS>,
Iterator:PlayerInMinigun<MAX_PLAYERS>,
Iterator:PlayerInJobs<MAX_PLAYERS>,
Iterator:PlayerInBattlefield<MAX_PLAYERS>,
Iterator:GodList<MAX_PLAYERS>,
Iterator:GodCar<MAX_PLAYERS>,
Iterator:CavemanPlayer<MAX_PLAYERS>,
Iterator:PiratePlayer<MAX_PLAYERS>
//================================================== ==========================//
--------------------------------------------------------------------------------------------
//================================ Tune System ===============================//
new
ReacReward,
Escaped_NewNick[ MAX_PLAYER_NAME ]
;
new
gsString[ 2048 ],
gsBigString[ 4096 ],
gsQuery[ 2048 ]
;
new Gate[ 12 ];
// =============================[ Iteratos ]==================================//
new
Iterator:Var_Seeker<MAX_PLAYERS>, // Line 2930
Iterator:HNS_Rank<MAX_PLAYERS>,
Iterator:PlayerInDerby<MAX_PLAYERS>,
Iterator:PlayerInVortex<MAX_PLAYERS>,
Iterator:PlayerInCNR<MAX_PLAYERS>,
Iterator:PlayerInMinigun<MAX_PLAYERS>,
Iterator:PlayerInJobs<MAX_PLAYERS>,
Iterator:PlayerInBattlefield<MAX_PLAYERS>,
Iterator:GodList<MAX_PLAYERS>,
Iterator:GodCar<MAX_PLAYERS>,
Iterator:CavemanPlayer<MAX_PLAYERS>,
Iterator:PiratePlayer<MAX_PLAYERS>
//================================================== ==========================//