Search Results
It appears that the site is down... Can someone give a link from where i can download the latest package?
140
@iKentim yes, my brother is coding it right now so, it will be finished tomorrow i think Hey i used my logo in the picture ,also edited the red "TITLE" to blue and fixed the "READ MORE" button.
113
Now it just shows -1? Also i have another problem, pawn Код: new query [ 60 ];    new playername[24];    GetPlayerName(iPlayer, playername, sizeof(playername));    format(query, sizeof(query...
142
Cant get to work this code I am trying to count all members from the faction but it doesnt works pawn Код: new query [ 124 ];    format(query, sizeof(query), "SELECT Faction FROM players WHERE F...
142
Well this is simple question, How to check if the bussines is in a turf like Isbizinturf function and when its robbed it will add 10points to that turfm i have all the necesary enums but i dont know h...
67
Try this: pawn Код: stock SavePlayer(playerid)    {        if(!IsPlayerConnected(playerid))return 1;        new query[500];        GetPlayerPos(playerid, Player[playerid][PosX], Play...
98
show the dialog_login and dialog_register code
61
Vince can you help me with just an example?
73
I already have made the load/save system i only need to know how to conver these lines: pawn Код: if(dini_Int(fname, "fguns") >= dini_Int(fname, "fgunstock")) return SendClientError(playerid, "...
73
I am trying to convert this command to mysql but i am very new to mysql and i cant i dont know how. Can somebody give me an example? pawn Код: COMMAND:fillhqstock(playerid){    if(PlayerInfo[pla...
73
So i should add IsPlayerConnected?
76
Its made to show the offline members but its showing the players even they are online it shows them that they are online Whats wrong here? pawn Код: COMMAND:foff(playerid){    if(PlayerInfo[pla...
76
Also i have warning tag mistmatch on this code : pawn Код: mysql_fetch_field_row(savingstring, "Money");            PlayerInfo[playerid][sm] = strval(savingstring);            GivePla...
95
I've fixed that but i can login with other passwords to the same account what is the problem here?
95
Idk why but it doenst loads the money, and the other data from the players account, whats wrong here? pawn Код: stock MySQL_Login(playerid, passwordstring[]){    if (PLAYERLIST_authed[playerid])...
95