Search Results
Hi guy's I'm making a little system for my RP server for transfer "money" player to player like an IBAN code...then after taked a look on internet I didn't found nothing interesting, then I tryied a r...
856
Quote: Originally Posted by SyS pawn Код: GenString( string[ ] , size = sizeof string ){    static const Data[ ] = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";//...
317
Quote: Originally Posted by Mobtiesgangsa or make it more securly pawn Код: stock UnBannSelectedPlayer(const playername[]) idk if work, but the problem is if I click on last dialo...
147
Hi guys, I have wrote this code, yesterday, and I think work, but I noticed only a problem If u can take a look to the code, I saw when you select the player that you wan't unbann, after the dialog: "...
147
Guys I fixed...Its because the timer of 1.5 seconds, is too short, and I inserted a timer at 5 sec. I have tryied that and work, this is the code. pawn Код: CMD:ban(playerid, params[]){   // admi...
210
Oh i wrote the command wrong, sorry i didn't see that, this is the correct code. whit the code that L0K3D give me. And the problem didn't fixed :\ (sorry for my bad English) pawn Код: CMD:ban(play...
210
Hi, I'm trying to write a command for ban a player, technically only insert: username, the ban reason, name of admin, date and ip. But when i insert the command in game, everything goes ok, but for t...
210
Hi, I trying to save in the database for example some properties about the server, like the maximum warn for enter, store the number of registered players, etc, but i don't know how to load more table...
71
Quote: Originally Posted by ComDuck I'm looking at your UpdatePlayerData function, how are you sending the query? You commented out literally every SQL query code in there. It's because...
219
I don't know, I didn't used that code, I used the code that u gived to me... maybe is literally a bugged script? because i take a MySQL base from MySQL developer... here link Quote: Origin...
219
Mine is v41-4. and if I try the method tha tu told me, i have this error: error 017: undefined symbol "cache_get_value_int_ovrld" Quote: Originally Posted by Mugala I think that problem ...
219
Hi, I've write a simple GM in mysql, with a symple registration and login system for RP server... The problem is... when the player go to the server and finish the registration, the script set the pla...
219
I tryied to insert in my GM a script for saving and loading the weapons for any players in a server rp, in MySQL. That Iwan't to make is: when a player disconnect from the server and the player has a...
102
It's possible to make the same script, but in mysql? Im trying but I didn't have success
2,124
Why if I try to import the database with bigdump give me that error? -ita Code: questo и il codice che mi da Error at the line 308: (199, 50, 'Nessuna di queste и la risposta esatta', 1); Query: ...
11,694
This system, can be used in a server rp? Quote: Originally Posted by X337 Hy all, today i make Vehicle Ownership System that used MySQL as saving system. This is basic vehicle system, s...
4,620
I have a problem when i insert the code for load weapons when a player connect to the server, pawno get me that error how i can fix it? pawn Code: C:\Users\ouday\OneDrive\Desktop\Giochi\samp\samp rp\...
7,735
Hi guys, i have a problem with this script, Im trying to make a RP GM but, when the player is new on the server, when a player finish the registration with the last dialog "DIALOG_REGISTER_RISPOSTASEC...
69
Quote: Originally Posted by Y_Less You are mixing %e, %d, and %s incorrectly. At at least one point you try format a string as a number. I changed has a string, but didn't work, In the...
117
Quote: Originally Posted by Wanheda Can you paste the specific code and not the whole gamemode? Ok sorry... Out of any public: pawn Code: #define MAX_SECURITY_QUESTION_SIZE 128new cons...
117