Search Results
The include "wc3" isn't in the "Pawno>includes" folder.. Or, try restarting pawno..
81
But there's a problem.. It isn't storing Owner's name..
187
Made some changes Код: CMD:buyhouse(playerid, params[]) { new hid, pqname[24], queryq[69], queryqq[96]; { if(sscanf(params, "i", hid)) { Error(playerid, "Invalid house I...
187
didnt work :/ Please help, till the time im finding a solution too
187
Код: new kname[24], deathmsg[69]; GetPlayerName(killerid, kname, 24); format(deathmsg, sizeof(deathmsg), "%s KILLED %s"); TextDrawShowForPlayer(playerid, YOUR TEXTDRAW NAME HERE, deathmsg); Som...
187
Hello, it's about a house system.. When i type a command /buyhouse [id] if I type a house, first time will work fine.. but after that, it will say it is already owned Код: CMD:buyhouse(playerid...
187
Hello, I made this command.. but when i buy a house, and try to buy another, it says this house is already owned, but it isn't.. also, the label isn't updating, and the Owner isn't being updated in My...
70
Hello, I managed to fix that houses weren't loading, but I had a problem with my PC and lost that.. here's another i made.. pls help Код: LoadHouses() { new rows = cache_get_row_count(); ne...
76
How about this? Код: forward LoadHouses(); public LoadHouses() { new rows = cache_get_row_count(); for(new i = 0; i < rows; i++) { hInfo[i][HouseEX] = cache_get_field_co...
161
Quote: Originally Posted by CodeStyle175 well this loading code doesnt evne work do even understand what are you doing? how can use max_houses for loading houses? Fixed that. EDIT: Pr...
161
How can i retrieve with any other way btw?
161
Hello, I'm making a house system.. the house is made fine, data is also stored in MySQL.. But when the server restarts, it isn't getting the data from MySQL(House checkpoint gets destroyed, and isn'...
161
I'll save house names, house price, house title in a table.. Like i use /houseSpawn command, it will show in a messed up way, like a DIALOG BOX "House 1 House 2" How can i break line here? particula...
150
Hello, I want to retrieve data from MySQLin a breaked form... Like there will be a house system Multiple houses HOUSE 1 HOUSE 2 The problem is, if i retrieve data, that would be like House 1Ho...
150
Код: if(!strcmp(option, "bring", true)) { for(new i = 0; i < MAX_PLAYERS; i++) { if(pInfo[i][eventtp] == 1) SetPlayerPos(i, PosX, PosY, PosZ + playerid); } return 1; } } Well, i made...
46
I'm pirate of the caribbean. They know me as p1rate, Lorenc_ might :P
318
well, the pragma thing didn't help, that's why i made, and i want to use y_ini for making server logs..
65