Search Results
Anyone have this script new link ?
404
Quote:
Originally Posted by jasperschellekens
Change
PHP код:
Info(playerid, "You must be in the house checkpoint");Â
to
PHP код:
SendClientMessage(playerid, C...
55
Код:
COMMAND:buyhouse(playerid, params[])
{
if(pData[playerid][TelahMasuk])
{
for(new houseid; houseid < MAX_SCRIPT_HOUSES; houseid++)
{
if(IsPlayerInDynamicCP(playerid, houseECP[hous...
55
pawn Код:
Save_pData(playerid){Â Â if (pData[playerid][IsLoggedIn] == false) return 0;Â Â if(IsPlayerConnected(playerid))Â Â {Â Â Â Â GetPlayerPos(playerid, pData[playerid][X_Pos], pData...
37
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()...
22
New Link pls ?
404
Quote:
Originally Posted by justice96
Edited a bit more, I shouldn't be at 12:57 AM
warning 225: unreachable code
68
Quote:
Originally Posted by Dayrion
Try this :
PHP код:
CMD:dropgps(playerid,params[])
{
    if(pInfo[playerid][pLogged] == 1)
    {
        new Float:fPos[3];
Â...
68
Quote:
Originally Posted by Dayrion
What is "send a wrong command message" ?
Like what?
SERVER: Unknown Command
68
Quote:
Originally Posted by Slawiii
maybe nothing wrong
all other command working normal ?
Yup, all command was working normal
68
pawn Код:
CMD:dropgps(playerid,params[]){Â Â if(pInfo[playerid][pLogged] == 1)Â Â {Â Â Â Â new Float:fPos[3];Â Â Â Â if(pInfo[playerid][pUsedGPS] == 1)Â Â Â Â {Â Â Â Â Â Â Ge...
68
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...
43
The text worked, thanks rep++ but help me for solved my code above
43
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,
...
43
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...
43
Код:
public OnPlayerConnect(playerid)
{
new Query[400];
mysql_format(connection, Query, sizeof(Query),"SELECT * FROM `banneds` WHERE `name` = '%e' LIMIT 1", pName(playerid));
mysql_tquer...
32
Quote:
Originally Posted by jlalt
Show line which is above
PHP код:
     mysql_format(connection, query, sizeof(query),"SELECT * FROM `banneds` WHERE `name` = '%e' LIM...
32
Код:
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...
32
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...
39