- 0
problema icon case
-
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
Mister
Problema intalnita (descriere): am pus la ongamemodeinit sa afiseze icon la casele de vanzare iar la cele cu proprietari alt icon si nu merge
Ero(area / rile) / warning-(ul / urile): nu sunt
Liniile de cod / sursa / script-ul:
for(new u=0;u<MAX_PLAYERS;u++) { for(new h = 0; h < sizeof(HouseInfo); h++) { if(HouseInfo[h][hOwned] == 1) { // if(PlayerInfo[playerid][pcasa] == 1) // { SetPlayerMapIcon(u, 31, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 32, COLOR_YELLOW); RemovePlayerMapIcon(u, 32); // PlayerInfo[playerid][pcasa] = 0; // } } if(HouseInfo[h][hOwned] == 0) { // if(PlayerInfo[playerid][pcasa] == 0) // { SetPlayerMapIcon(u, 32, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 31, COLOR_YELLOW); RemovePlayerMapIcon(u, 31); // PlayerInfo[playerid][pcasa] = 1; // } } } }Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: am mutat la onplayerupdate si tot nu merge
__ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn22 answers to this question
Recommended Posts