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"
Question
Noname112
Salut am vrut sa fac hitmanul sa nu se vada pe map si am pus asa la ongamemodeinit
Dar cand dau compile imi da aceasta eroare
Link to comment
Share on other sites
0 answers to this question
Recommended Posts