Search Results
Actually you shouldn't create textdraws in OnPlayerConnect callback! Read more here!
33
You seem not to have streamer, sscanf and crashdetect plugins properly installed or you even don't have them in your plugins folder.
59
Actually there's a really simple solution to this problem, I doubt your plugins are outdated. Just put nativechecker.dll at the end of the line after all plugins and you won't receive these errors any...
59
Hello guys. Let me first mention that, I'm not requesting a script, it's just a question. Thus I'm not sure if it's the right topic. I found this script and an idea came to my mind. Is it possible to...
27
Quote: Originally Posted by SPA Why should you get banned, but how other "huge " servers protect each, why they wont help us to protect our servers, look at hackers they sending and make a...
32
Well the way they teleport vehicles is probably cleo mode, I hope I won't get banned for naming it. However I'm not sure if there is anti-cleo mode, you can search over the forum. P.S. : you may ask ...
32
This update sounds awesome !
1,627
Quote: Originally Posted by maddinat0r So your problem is, that the data isn't saved / orm_save does nothing? Is the loading code / login system working? EDIT: Did you also checked your m...
43
It's just a simple zcmd command like (not tested): pawn Код: CMD:sh(playerid, params[]){GivePlayerMoney(playerid, 5000);SetPlayerScore(playerid, 100);return 1;}
43
Quote: Originally Posted by sammp Is it registering anything into the database? Yeah it saves my password and name and Im able to login, but it doesn't save my money or score (I used a ...
43
Quote: Originally Posted by sammp Have you got under OnPlayerConnect something like this: orm_addvar_int(ormid, Player[playerid][Name], "Username"): orm_setkey(ormid, "Username"); You ne...
43
Hi guys, I decided to learn how to use the orm system which this MySQL plugin has. I read the tutorial provided by AndreT and still couldn't get how to save player data. I took the following code fro...
43
I can see two checkpoints with different size. So maybe you are creating two checkpoints.
31
No one of the posters above have even checked the code! A little note: you haven't fully translated this from russian to english: pawn Код: ShowPlayerDialog(playerid,D_LOGIN, DIALOG_STYLE_INPUT, ...
211
Quote: Originally Posted by Chenko You can just add two hours to your gettime result by adding 7200 I already did it, but I have players worldwide, european, asian. And they will see UT...
36
Quote: Originally Posted by Krakuski So you want it to print the time the player logged in? Try this: pawn Код: new Hour, Minute, Second; //Top of the functiongettime(Hour, Minute, S...
36