Search Results
Quote: Originally Posted by DTV Код: AccInfo[playerid][Logged] = 1; I see this stat, assuming that it's tied to being logged in, you could try checking to see if this stat is equal to ...
103
Quote: Originally Posted by DTV Show what part of the code that is and where it's being called. PHP код: function Login(playerid,inputtext[]){     dini_IntSet(userfile(playe...
103
Quote: Originally Posted by DTV Do you have the "Logged" stat set to 1 somewhere in the script? yes. i put in on my admin fs .. my include working fine because the client message is sen...
103
I'm trying to make for who didn't login can't use any commands but it not working.. please help me.. when i use /rules commands it still pop up this is the script pawn Код: public OnPlayerCommand...
103
Quote: Originally Posted by Sreyas can you show num_hash() function? i don't know where it is but it in my include i just don't know which one :/
97
PHP код:     if(num_hash(inputtext) == dini_Int(userfile(playerid), "Password"))     {         new string[900],haha[500],Ultra[MAX_PLAYERS];         dini_IntSet(user...
97
I'm use this include on my gamemode and it be unknown . How can i fix that ? Include:https://sampforum.blast.hk/showthread.php?tid=491835[ OnPlayerRconLogin ]
38
Quote: Originally Posted by Konstantinos As I told you, loading nativechecker plugin and then any other plugin will give these messages even if there is no problem. Since you got crashdete...
117
Quote: Originally Posted by Konstantinos nativechecker plugin must be loaded last because any function from plugins that are loaded after will be given as not registered, even if they are....
117
Quote: Originally Posted by Mencent Hello. Can you show us your server.cfg, please? echo Executing Server Config... lanmode 0 rcon_password xxx maxplayers 50 port 7777 hostname Univers...
117
I'm already update the plugins but it still unknown please help me solve this problem HostName: Universal Freeroam Build 2017 Address: localhost:7777 Players: 0 / 50 Ping: 4 Mode: Unknown La...
117
Quote: Originally Posted by Sreyas use extreme pawn it have auto indent feature Or this http://courses.cs.washington.edu/cou...au/indent.html That ident only for html
97
Hi guys .. did got got any site that can fix pawno indentation? please share .. thanx
97
Quote: Originally Posted by Micko123 server.cfg is fine. checked it 10 times. On samp winows under gamemodes it says unknown try put streamer , sscanf on your plugins
121
any screen shot or anything?
121
Quote: Originally Posted by FuNkYTheGreat PHP код: CMD:car(playerid, params[]) {     new car[50],color1,color2,message[75], Float:pPos[4],VehicleID;     if(DM[playerid] ...
134
Quote: Originally Posted by TaiRinsuru Maybe this works.. pawn Код: CMD:car(playerid, params[]){    new car[50],color1,color2,message[75], Float:pPos[4],VehicleID;    if(DM[player...
134
When i use this command it not appear anything did i do anything wrong? PHP код: CMD:car(playerid, params[]) {     new car[50],color1,color2,message[75], Float:pPos[4],VehicleID;    Â...
134
Quote: Originally Posted by WhiteGhost Why dont just use hex colors instead if "Red" ? did you mean {FF000}?
131