Search Results
He means, is it possible to get the location in game by just knowing the coordinates. No, you cant. You'd have to be pretty darn smart to do that.
167
You didn't look for data in the first place. Use pawn Код: cache_get_data pawn Код: public OnAccountLoad(playerid){    new score;    new rows, fields;    cache_get_data(rows, fields, C...
85
Код: if(inputtext == Info[playerid][pKey])
120
There could be multiple reasons for this. You either complied with the wrong MySQL version or you're connecting to your server more than once.
77
pawn Код: mysql_format(mysql, query, sizeof(query), "UPDATE `players` SET `Ban`=%i ,`BanAdmin`= '%s' ,`BanReason`= '%s' WHERE `ID`=%i",pInfo[playerid][Banned],pInfo[playerid][BanAdmin],pInfo[playe...
99
We can't help you without you providing some code. And is your collum set as VARCHAR?
80
Send the first message first. Then create a function containing the second message and use SetTimeEx to call it after the first. Create another function and call it after the second.
122
Check your Код: OnDialogResposne callback. Do you even have anything there? Other than that, i do not fully understand your question.
77
EDIT: Nevermind, you fixed it.
65
Quote: Originally Posted by SoFahim He want expect VirtualWorld1 . That he never can. He can.
113
Код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistan...
113
Thank you for explaning. Problem has been fixed
101
Hey! As stupid as it may sound, I've forgotten the way of checking numbers in a string. For e.g: Ilove1234(contains number) I've used "IsNumeric" but it only identifies numbers and leaves the strin...
101
Quote: Originally Posted by SickAttack Nice, let's validate the name as a value. what?
162
cache_get_row_count prints out Код: Account Name: Zbits that is really werid.
162
I got 1 row. And it seems to be returning 4 rows with Код: <= and 2 rows with Код: <
162
Quote: Originally Posted by SickAttack Did you try the below? pawn Код: i <= k I did try that, gave the same result. Debug Log: Код: [20:30:57] Ammo: 100 [20:30:57] Ammo...
162
Use the COUNT() function if you're using MySQL. Код: SELECT COUNT(*) FROM YOUR_ACCOUNTS_TABLE
185
What method are you using for storing data? MySQL or standard file system?
185