10.01.2011, 23:16
Thanks for that link. I found what the problem was. When I placed "new Faction1[Faction1]" I didn't set the array size.
This is how it looks now, gonna test it IG now.
// FACTION VARIABLES:
new Faction1[100][fFaction1];
new Faction2[100][fFaction2];
Also, how to get rid of a following warning?
I set it to be 200
This is how it looks now, gonna test it IG now.
// FACTION VARIABLES:
new Faction1[100][fFaction1];
new Faction2[100][fFaction2];
Also, how to get rid of a following warning?
Код:
C:\Users\Kreso\Desktop\SAMP Server\gamemodes\GGRP.pwn(15) : warning 201: redefinition of constant/macro (symbol "MAX_PLAYERS")