Search Results
Nah just switching dini_Get with dini_Int was enough to make it work. thanks for trying to help me anyway. problem solved Btw "Member" was saved as a variable but i was trying to uninvite a player f...
69
Код: format(pcheck, sizeof(pcheck), "users/%s.ini", tmp); if(dini_Exists(pcheck)) { if(PlayerInfo[playerid][pLeader] == 15 && dini_Get(pcheck, "Member") == 15) ...
69
Yeah.. i figured that out by myself but after this i have another issue, the file is saving the name but idk how to use dini_Get so that the name can show up in another place like this Код: if(!...
133
I am new in this dini.inc stuff and i am trying to save a Player name in a .txt file located in a folder. This is what i designed but is not working Код: if(dini_Exists("scriptfiles/war/TopKills1...
133
So i am trying to make a playername as a string using dini. this is the code i am trying to make but there is nothing wrote in the .txt file Code: new name[128]; new string[128]; GetPlayer...
109
Hello, is there anyway i can make a PlayerName to show in the game even if he's offline. I want to create a Best Killer sistem and i want to show him on /warstats even if he is offline, is there any w...
109
I get this error everytime i compile, am i blind, i didn't use the braces good or what? i can't understand Код: public CarCheck() { new string[256]; foreach(Player,j) { if(IsPlayerConnect...
72
If i try to start an older version of the gamemode that i have saved in computer it works perfectly but when i come back to the original it doesn't work.
274
The gamemode is made by myself and last time i worked on it was in 15/11/2016 and it's up to date with 0.3.7 and all the includes and plugins updated
274
https://*********/F4syXarMtHE Edit: https://www.youtube.com/watch?v=S9Rf...ature=********* This is a video that explain what happens, i also saw when i went in game that the pickups are not spawning...
274
It's showing the gamemode text corectly, the objects are properly loaded, the turfs also the minimap icons/ pickups are loaded, i can use the command /fly to enter the fly mode and i checked that. The...
274
Hello sa-mp.com users. I recently start scripting again after a break on my old GM and i found this strange bug that when i start the server it's showing Number of vehicle models: 0 and when i enter t...
274
I solved some issues i think by setting the net_read_timeout to 500 but i still get these errors pawn Код: [16:57:14] Error ID: 2013, Error: Lost connection to MySQL server during query[16:57:14]...
113
Up ? Can someone tell me if is Database issue or Server issue?
113
Those are the 3 issues that i have right now and i don't know if is the server or the database pawn Код: Log("04:01:01","CMySQLQuery::Execute[]",1,"(error #2013) Lost connection to MySQL server d...
113
Well now is showing me the errors: pawn Код: 21:55:48    CMySQLQuery::Execute[]  ERROR   (error #2013) Lost connection to MySQL server during query (Query: "INSERT INTO iplogs (`ip`,`playeri...
120
I have another MYSQL problem i think. So, my server_log.txt doesn't write anything no errors no debugs but i have a mysql_log.html and when i enter i get this pawn Код: 19:55:14    CMySQLResult...
120