Search Results
How to script /giftcode to player enter the code from server mysql.
50
Код: CMD:giftcode(playerid, params[]) { if(PlayerInfo[playerid][pLevel] == 3) { ShowPlayerDialog(playerid, DIALOG_NHAPKEY, DIALOG_STYLE_INPUT, "He thong nhap code","Vui long nhap ma gift...
43
Quote: Originally Posted by MP2 Change new checkCoords[MAX_POINTS][4] to new checkCoords[][] and let the compiler figure out how many cells are needed. Hey u can help me https:/...
153
Code: stock g_mysql_GiftKey(playerid) { new string[500]; format(string, sizeof(string), "SELECT `KEY1` from giftcode WHERE `id` = '%d'", GetPlayerSQLId(playerid)); mysql_function_query(MainPipel...
73
I have create command giftcode is Код: CMD:giftcode(playerid, params[]) { new string[100]; if(IsPlayerConnected(playerid)) { if(isnull(params)) return SendClientMessageEx(playe...
86
I want create a command it is /giftcode, at member of me use code to get money and level or ....., but to work i want it activity in mysql database of me Note : Key code is ADDSDSD23 member type:...
37
Quote: Originally Posted by Abagail You must return 1; or it will give the unknown command text. I have returned 1 but it still be error:
93
I use command /stats to view my information but it error: Код: SERVER: Unknown command. Please use /help to list all available commands. Code stats: Код: CMD:stats(playerid, params[]) { i...
93
OnquerryFinish: Code: // Callbacks forward OnQueryFinish(resultid, extraid, handleid); public OnQueryFinish(resultid, extraid, handleid) { new rows, fields; if(resultid != SENDDATA_THREAD) { i...
59
I login game it game server: Code: [03:40:18] [debug] Run time error 4: "Array index out of bounds" [03:40:18] [debug] Accessing element at index 19 past array upper bound 15 [03:40:18] [debug] AMX...
59
Quote: Originally Posted by RealCop228 How are people supposed to know what the code is? lol I can share in my fanpage .?
144
Quote: Originally Posted by RealCop228 I have no fucking clue what you want. All I know is you want to code a /getcode command that does something along the lines of getting assistance fro...
144
I want code a command /giftcode so players can enter the code and receive support from administrators, such as the amount and level please how to I think gaming has ordered NGG / giftcode and I...
144
Show picture ..... NG:RP script
144
Quote: Originally Posted by aDo7 CMD PHP код: // Callbacks forward OnQueryFinish(resultid, extraid, handleid); public OnQueryFinish(resultid, extraid, handleid) {      Â...
135
Quote: Originally Posted by ikbenremco This should do it. PHP код: SaveBusiness() {     new         szFileStr[1024],         File: fHandle = fopen("business....
127
Quote: Originally Posted by xVIP3Rx pawn Код: SaveBusiness(){    new        szFileStr[1024],        File: fHandle = fopen("business.cfg", io_write);    for(new iIndex; iInd...
127
Quote: Originally Posted by pds2k12 I bet you're using a Leaked LS-RP script, but oh-well, I just edited some bits on your code, try this code if it does work pawn Код: SaveBusiness()...
127