see what wrong
#2

pawn Код:
public OnPlayerSpawn(playerid)
{
    GangZoneShowForPlayer(playerid, Ear ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, Airfield ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, Resturant ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, Oil ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, A ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, Gas ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, OS ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, T ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, D ,GCOLOR_GREEN);
    GangZoneShowForPlayer(playerid, OT ,GCOLOR_GREEN);
    if(GeneralClass[playerid][1] == 1 || GeneralClass[playerid][2] == 1 || GeneralClass[playerid][3] == 1 || GeneralClass[playerid][4] == 1) {
        // Rest of the IF statement...
    }
    return 1;
}
Only thing I can see wrong is that the IF statement isn't in the public function.
Reply


Messages In This Thread
see what wrong - by 02manchestera - 12.03.2010, 21:29
Re: see what wrong - by Conroy - 12.03.2010, 21:36
Re: see what wrong - by 02manchestera - 12.03.2010, 21:37
Re: see what wrong - by 02manchestera - 12.03.2010, 21:45
Re: see what wrong - by Conroy - 12.03.2010, 21:48
Re: see what wrong - by 02manchestera - 12.03.2010, 21:50
Re: see what wrong - by Conroy - 12.03.2010, 22:24

Forum Jump:


Users browsing this thread: 2 Guest(s)