Search Results
Actually you shouldn't create textdraws in OnPlayerConnect callback! Read more here!
118
You seem not to have streamer, sscanf and crashdetect plugins properly installed or you even don't have them in your plugins folder.
136
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...
136
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...
67
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...
145
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 ...
145
This update sounds awesome !
8,261
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...
164
It's just a simple zcmd command like (not tested): pawn Код: CMD:sh(playerid, params[]){GivePlayerMoney(playerid, 5000);SetPlayerScore(playerid, 100);return 1;}
164
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 ...
164
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...
164
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...
164
I can see two checkpoints with different size. So maybe you are creating two checkpoints.
83
Update your streamer include/plugin.
107
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, ...
459
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...
120
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...
120