- 0
1 problema
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Noname112
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'sDar cand dau compile imi da aceasta eroare
0 answers to this question
Recommended Posts