Search Results
Quote: Originally Posted by coole210 Your english is awful. Tutorial is ok for whoever understands it. That is true , i should get a english book and improve my grammar xD. - Thanks!
497
Mysql System Tutorial This is my first tutorial that I'm making on sa-mp about how to make a secure Mysql system with encrypted passwords. Hope it will help novices to Mysql.Requirements:Have alre...
497
I sent a pm to the ones interested in helping me out. Thank's.
180
Quote: Originally Posted by [UE]Milan Are you planning to use MYSQL ? Yes, the system works with Mysql. I'm using strickenskid plugin and does the job .
180
Hello, I'm making a new roleplay server, actually I'm scripting the gamemode from scratch, I'm planning to connect it with a website and make it all dynamic. I need Testers and Mappers, also when the ...
180
Quote: Originally Posted by [ISS]jumbo You dont have to use MD5_Hash .. try use only the md5('') on the query You was right i don't require to use the MD5 include, Mysql supports MD5 a...
102
This should work mate. pawn Код: if(strcmp(cmd, "/leavefaction", true) == 0){    if(IsPlayerConnected(playerid))    {        PlayerInfo[playerid][pLeader] = 0;        PlayerInfo[player...
173
I got a problem with md5, I encrypted a password in a dialog and at phpmyadmin the password is encrypted , but i can't login, I try ed to encript the password when the player logs and query it but doe...
102
Solved.. The array of the query was to small *facepalm*,.
56
Thanks mates problem solved, i added a new user with all privileges on phpmyadmin and all worked fine.
76
I'm trying to make a stock to know if a player is registred or not, but isn't working , the code seems alright to me but some help will be apreciated pawn Код: stock IsUsernameRegistred( usernm[...
56
I'm using strickenkid mysql plugin the latest version and i can't connect to my database, I'm running wamp , I tryed to use xamp also but did not make it, so i used GsTyLezZz plugin and it connected a...
76
"function" "stock" can be used for this, throught I'm not sure if the timer will call the funtion, you can try yourself
155
Quote: Originally Posted by SnG.Scot_MisCuDI Um.. What? pawn Код: public OnTimerName(){   //stuff here} is all i know What's the point of the thread, I'm getting confused you co...
155
Why not use strtok? sscanf is outdate. pawn Код: new tmp[120],idx;        tmp = strtok(params, idx);        if(!strlen(tmp))        {            SendClientMessage( playerid, -1, ...
145
pawn Код: {    new szString[128];    if ( isnull ( params ) )    {        SendClientMessage( playerid, -1, "Format:{FF9900} /duel (invite, accept, decline, block)");    }    if ( str...
145
I didn't ever get any virus on ********.
163
Hello can i get some scripting ideas? I'm making a gamemode and if you can drop things that you think that are cool but you don't see that much it would help me.
48
pawn Код: car = CreateVehicle(randvehicle(),x,y,z,angle, 0, 1, 60);
129
I must agree with you this time. *facepalm* Like having 200 players on a server and a timer for each player would increase very much the ram usage instead of having a loop for all players. - Edit: We...
164