Search Results
Quote: Originally Posted by Unte99 pawn Код: else if(!strcmp(string, "Business")){                if(strcmp(Businesses[Player[playerid][LastBiz]][bOwner], "Nobody", true) == 0)...
124
PHP код:             else if(!strcmp(string, "Business")){                 if(strcmp(Businesses[Player[playerid][LastBiz]][bOwner], "Nobody", true) == 0)   Â...
124
Good afternoon, I have a little probem with the create businesses command, It's a long time ago that i was scripting. But this is my problem, If i use the command everything works, Till it creates...
124
Quote: Originally Posted by justjamie The stock says "return 0" and you wonder why it returns 0 ? Even when i removed that it keeps returning as 0
118
I've created this command for a rob system, But the Request ID keeps returing on 0 can someone help me out? PHP код: #define MAX_REQUEST 20 enum Mreq {     RName,      Reqid,   ...
118
Alright, I've created now Quote: new PlacedBom[MAX_PLAYERS][2]; but.. it still not destroying Quote: PlacedBom[playerid][0] = CreateObject(1252, bomX-0.5,bomY,bomZ-0...
67
I've tryed CreatePlayerObject + DestroyPlayerObject and that didn't work Even with Dyamaic object is this object not destroying, can you help me out? PHP код: PlacedBom[playerid] = CreateOb...
67
Update. PHP код: stock SaveHouse(houseid)  {      new query[2000];      format(query, sizeof(query), "UPDATE `Houses` SET `hInteriorID` = %d, `hInteriorX` = '%f', `hInte...
138
Quote: Originally Posted by thegamer355 Now it creates because you have INSERT INTO, which is for creating. You could check in the database if there are results already and if there are, f...
138
PHP код: forward SaveHouseCallback(houseid, playerid); public SaveHouseCallback(houseid, playerid) {     new         rows;     if(rows == 1)     {         //S...
138
Can someone maybe help me out? This is mine house system but it doesn't save in the mysql... Thanks for your advise PHP код: command(createhouse, playerid, params[]) {     new Usage[128...
138
PHP код: CMD:pm(playerid, params[]) {     new str2[128], id;     if(sscanf(params, "us[128]", id, str2)) return SendClientMessage(playerid, COLOR_WHITE, "Usage: /pm [ID] [M...
139
PHP код: mysql_fetch_row(Data);  thats crashing my server, Where do i need to change it to?
81
Quote: Originally Posted by lulo356 Doesn't give any warning/fails PHP код: mysql_fetch_rowEx(Data);  this is the problm
76
Quote: Originally Posted by alexanderjb918 Server log? Doesn't give any warning/fails
76
I've created this this command to check the players MDC, but after using it the server is crashing, Thanks for your advise PHP код: ShowMDC(playerid, Name[]) {     new Data[150],Field[25...
76
I've created this command, But its only returing on SYNTAX: /createpart [usage] can someone help me out? PHP код: command(createpart, playerid, params[]) {     new gunpart[125];    Â...
43