Search Results
I have problem.
My problem is that my gamemode use to work in Windows OS but now that i have it in Linux OS it wont work.
http://i.imgur.com/yceKuiU.png
87
I wasnt sayng it isnt POSSIBLE -.- , i was sayng that is HARDER then just typing some commands into LINUX terminal and your DDOS is done.
23
Harold, my question was about Virtual Machines where i can put server on it to run, the good thing for Virtual Machine (Server )is that its hard to DDOS because it uses its own IPv4 Address
Softwares...
23
Hey, i have a question, which virtualization software should i use for SA-MP Server and for MYsql database?? and What kind of OPSYSTEM??
23
Im here with my gamemode because im tired of SAMP and i dont have time for this
I BUILD IT 2 YEARS and server version is 0.3e but it is to transfer to other versions
features:
1.Admin system
2.Regi...
96
Quote:
Originally Posted by bool
It doesn't set everyone's admin level to 0 so long as you are loading them at some point later on.
I personally, would put it under OnPlayerDisconnect.
...
137
pawn Код:
new INI:file = INI_Open(Path(playerid)); //will open their file INI_SetTag(file,"Player's Data");//We will set a tag inside of user's account called "Player's Data" ...
137
Problem is that if any new player registers it gives him Admin Level 5
it should be 0
137
Quote:
Originally Posted by ScripteRMKD
PlayerInfo[pID][pAdmin] = amount;
Thanks it works now +Rep for you
71
My Code:
pawn Код:
CMD:setlevel(playerid, params[]){ new pID; if(pInfo[playerid][Adminlevel] >= 5) { if(!IsPlayerConnected(pID)) return SendClientMessage(playerid, COLOR_RED, "Player is no...
71
Im using LuxAdmin and i got problem with Saving Score, i turned Score Saving to TRUE but the problem is that dosnt save the score
26
I need code, That if player is in car and klicks NOS button then NOS will be added ,)
75
Problem is in this:
pawn Код:
else //If the connected user is not registered, { new INI:file = INI_Open(Path(playerid)); // we will open a new file for them to save their account ...
21
Quote:
Originally Posted by Avi57
pawn Код:
#include <a_samp>#include <YSI\y_ini>#define ScorePath "Score/%s.ini"enum ScoreInfo{ Scores}new sInfo[MAX_PLAYERS][ScoreInf...
21
i need code that save score to "scriptfiles/score" if player leaves and if player connects with server it automaticliy loads score
21
Code:
C:\Users\eesti\Desktop\server1\pawno\include\ShowInfoForPlayer.inc(36) : error 017: undefined symbol "InfoTextShowing"
C:\Users\eesti\Desktop\server1\pawno\include\ShowInfoForPlayer.inc(36) : w...
289
how to make toggable auto car repair?
22