SA-MP Forums Archive
Whats the problem? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Whats the problem? (/showthread.php?tid=644041)



Whats the problem? - AlexMSK - 02.11.2017

PHP код:
    for(new 0MAX_GTURFSi++)
    {
        if(
TWars[i][twGZId] != -1)
        {
            if(
TWars[i][tOwner] >= && twGZId[i][tOwner] <= MAX_FAMILY-1)
            {
                
GangZoneShowForPlayer(playeridTWars[i][twGZId], GangHex(gEnum[i][gColor]));//heremanfuck
            
}
            else
            {
                
GangZoneShowForPlayer(playerid,TWars[i][twGZId],COLOR_GREY);
            }
            if(
TWars[i][tFlash] == 1)
            {
                
GangZoneFlashForPlayer(playeridTWars[i][twGZId], GangHex(gEnum[i][gColor]));
            }
            else
            {
                
GangZoneStopFlashForPlayer(playeridTWars[i][twGZId]);
            }
        }
    } 
Код:
 error 035: argument type mismatch (argument 3)
 error 035: argument type mismatch (argument 3)



Re: Whats the problem? - Xeon™ - 02.11.2017

show us GangHex function