Search Results
Quote: Originally Posted by jasperschellekens Change PHP код: Info(playerid, "You must be in the house checkpoint");  to PHP код: SendClientMessage(playerid, C...
120
Код: COMMAND:buyhouse(playerid, params[]) { if(pData[playerid][TelahMasuk]) { for(new houseid; houseid < MAX_SCRIPT_HOUSES; houseid++) { if(IsPlayerInDynamicCP(playerid, houseECP[hous...
120
pawn Код: Save_pData(playerid){    if (pData[playerid][IsLoggedIn] == false) return 0;    if(IsPlayerConnected(playerid))    {        GetPlayerPos(playerid, pData[playerid][X_Pos], pData...
97
Hii, i make a stock for getdate, but i want the month show as text not number .. if i use the stock, that just show me the month name, not with the year and day +REP pawn Код: stock GetTimeNow()...
83
Quote: Originally Posted by justice96 Edited a bit more, I shouldn't be at 12:57 AM warning 225: unreachable code
264
Quote: Originally Posted by Dayrion Try this : PHP код: CMD:dropgps(playerid,params[]) {     if(pInfo[playerid][pLogged] == 1)     {         new Float:fPos[3]; Â...
264
Quote: Originally Posted by Dayrion What is "send a wrong command message" ? Like what? SERVER: Unknown Command
264
Quote: Originally Posted by Slawiii maybe nothing wrong all other command working normal ? Yup, all command was working normal
264
pawn Код: CMD:dropgps(playerid,params[]){    if(pInfo[playerid][pLogged] == 1)    {        new Float:fPos[3];        if(pInfo[playerid][pUsedGPS] == 1)        {            Ge...
264
Quote: Originally Posted by Nero_3D sscanf is unable to verify if the given variables matches the specified pattern I think in your case it simply overwrote up to 29 cells before "text" in...
153
The text worked, thanks rep++ but help me for solved my code above
153
ohh thanks, i will test it, before test help me for solved this Код: COMMAND:clabel(playerid, params[]) { if(IsPlayerAdmin(playerid)) { new query[400], Float:x, Float:y, Float:z, ...
153
how to get field text on SQLite Код: db_get_field_assoc(qresult, "Label_ID", value, 5); // Label ID LabelInfo[i][LabelID] = strval(value); db_get_field_assoc(qresult, "Label_Text", v...
153
Код: public OnPlayerConnect(playerid) { new Query[400]; mysql_format(connection, Query, sizeof(Query),"SELECT * FROM `banneds` WHERE `name` = '%e' LIMIT 1", pName(playerid)); mysql_tquer...
148
Quote: Originally Posted by jlalt Show line which is above PHP код:      mysql_format(connection, query, sizeof(query),"SELECT * FROM `banneds` WHERE `name` = '%e' LIM...
148
Код: mysql_format(connection, query, sizeof(query),"SELECT * FROM `banneds` WHERE `name` = '%e' LIMIT 1", pName(playerid)); error Код: error 012: invalid function call, not a valid address...
148
Error Code Код: Код: [17:37:56] [debug] Accessing element at index 388758399 past array upper bound 100 [17:37:56] [debug] AMX backtrace: [17:37:56] [debug] #0 000c53a0 in public BonusPla...
95