Jump to content
  • 0

1 problema


Noname112

Question

Salut am vrut sa fac hitmanul sa nu se vada pe map si am pus asa la ongamemodeinit

public OnGameModeInit()
{
    for(new i=0; i<MAX_PLAYERS; i++) {
            if(IsPlayerConnected(i)) {
                if(PlayerInfo[playerid][pMember] == 8 || PlayerInfo[playerid][pLeader] == 8){ }{                                                 // Make the players marker an invisible white (chat will be white but marker will be gone).
                                SetPlayerMarkerForPlayer(i, 1, 0xFFFFFF00 );
                            }
                   } 
	   }
////////////// HITMAN ///////////
	 LoadCar();// Loading Car's
C:\Documents and Settings\Crisan\Desktop\Samp 0.3d hnh&Noname\gamemodes\GameSs-Net.pwn(8090) : error 017: undefined symbol "playerid"

Dar cand dau compile imi da aceasta eroare

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.