Search Results
[CENTER][MYSQL] Systиme d'authentification[/CENTER] [CENTER]Dans ce tutoriel, vous apprendrez а faire un systиme de compte par joueur en mysql.[/CENTER] Somaire Partie MYSQL Partie PAWN La versio...
534
You need to put the mysql connection. pawn Код: new mysql;public OnGameModeInit(){    mysql = mysql_connect(<your_host>, <your_user>, <your_db>, <your_password>);    re...
130
Add ' RemoveBuildingForPlayer ' in OnPlayerConnect, not in OnGameModeInit or OnFilterScriptInit .
223
Uninstall ans reinstall
121
Give me the error. ( sorry, i'm on my iPad )
126
Install sscanf. Code for /me pawn Код: if(strcmp(cmdtext, "/me", true) == 0){    new msg [145], name[MAX_PLAYER_NAME], str [145];    GetPlayerName(playerid, name, sizeof(name));    if(sscanf...
126
Create a variable for each faction. Get the faction of players when he connect to server and add +1 in the faction variable You create before. pawn Код: new FactionName;public OnPlayerConnect(play...
125
pawn Код: format(newpass, sizeof(newpass), "%s%s", Salt, escape(newpass)); Why you put 'escape(newpass)' ? I think you can just put 'newpass'.
150
I had the same problem but I dont remember how I fixed this, I think you need install an libs in your machine
204
Like you want, just need the name is not strtok, because strtok ils already defined (sry for my bad english, i'm french)
160
Try Change name of the function
160
Try Quote: ./samp03svr & Or Quote: ./samp03svr
204
GG ! merci du partage :)
546