Search Results
thanks, worked now but I have another problem.
When I open the dialog for the first time, it shows no problem but whenever I open it for second time or third or more, it doubles up (example below)
...
155
How can I convert this SQL to R39+?
PHP код:
while(mysql_fetch_row_format(Query,"|"))
{
mysql_fetch_field_row(Du...
155
It's working if I removed " GetPlayerState(playerid) " functions.
but if I added it, it's still working but the format won't appear.
254
PHP код:
if(GetPlayerState(playerid) == PLAYER_STATE_SPAWNED)
{
if(PlayerTemp[playerid][muted]==0)
{
new sender[MAX_ST...
254
Looking for someone who able to make duplicated keys for business just like IMRP.
Paying him $5-$10 depends on how well its done..
321,366
Looking for someone who can make houseclaim like IMRP, paying him around $2 to $5 for simple system (SQL only)
321,366
Not what I wanted. What I mean is
If you type like
/clothes 200, it will changed your skin and the selectionmode won't appear
but if you type like
/clothes only, the selectionmode will appear since ...
175
How can I make 2 different clothes system?
Like they can use /clothes 2 but the selectionmodel wont display or they can just type /clothes and selection model will display?
something like this
PHP ...
175
I make few changes, now it shows players name, but it shows randomly..
Like Player 1 have GPCI A12B and Player 2 have GPCI A13B and if I search for Player 1 GPCI it says it linked with Player 2 but i...
243
What is wrong this this code? everytime I search player name, it always returns can't find any even tho if I check the database, there is some players with same gpci.
PHP код:
COMMAND:omatch(p...
243
How can I make cooldown for enter exit business? like u need atleast 3 seconds to exit after enter or 3 seconds enter after exit
103
I make it like this
PHP код:
if(dialogid == 3 && response == 1)
{
dcmd_changepass(playerid, inputtext);
return 1;
}
177
my change pass not working, they still need to login using their old password.
PHP код:
dcmd_changepass(playerid,params[])
{
if(!strcmp(params,"666",true))
{
Sh...
177
Hi, how do I make system only spawn 5 prize at one time? I'm in new mysql so my sql code kinda messed up. I know I haven't declare a but Irray don't understand how to do it with sql
PHP код:
f...
75
thank you very much! everything worked fine now
411
Thanks, it's working now, but when I jailed player for 1 minute, it jailed for 60 minutes.
411
PHP код:
stock bool:AccountExist(playername[]){ new iQuery[128]; mysql_format(sqldb, iQuery, sizeof(iQuery), "SELECT `PlayerName` FROM `PlayerInfo` WHERE `PlayerName` =...
411
it returns account not found, but the account already registered.
411