Search Results
Sorry if I am already bumping guys, but I need a fast help!
104
Quote: Originally Posted by Infinitas Did you #include it in your script and recompile it? Yeah
104
Hello dear community, Today I've made a MySQL conversion to the my gamemode, and everything was fine. When I was about to start the server, I got the 'File or function is not found' error. So I've do...
104
Quote: Originally Posted by ****** DO NOT try write your own password management system, they are too important to get wrong, as you have (udb_hash). Download an existing good user system,...
88
pawn Код: if(!strcmp(cmdtext, "/heli", true, 5))     {        new Float:X, Float:Y, Float:Z, Float:Angle;        GetPlayerPos(playerid, Float:X, Float:Y, Float:Z);        GetPlayerFa...
88
Hello, I created a command which allows a user to change his account password. The problem is that, when he entered the password in the dialog, and hit 'Change', the password doesn't change, is still ...
88
Ok, so I will use this method. Thanks u guys (gave u reputation) I got another question; how can I make a system which saves the users password, and when they are connecting again to the server they w...
171
Quote: Originally Posted by Aerotactics The first thing you should do is find out how to spawn players randomly (for example, have 20 or more spawn points, and have the script randomly cho...
171
Thanks you both guys, but I think I've explained this bad. What I'm looking for is that, after the class selection, all the connected players into my server, must spawn into a vehicle in a limited are...
171
Hello I'm trying to make a script which spawns a player and a vehicle (the player must spawn into the vehicle), and this must work with more than 1 player. Resuming: When the gamemode starts all play...
171