Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Mohamed Boubekri

#286
The ADm Script Save Player Data ??? ???
#287
Quote from: KuRiMi on Nov 03, 2017, 10:05 PMThat's because you need to save the player's cash to the database as well. You're setting his cash temporarily.
KuRiMi Example? i Cant Understand :v
The Fuzzi Account System Save Stats or No?
#288
Quote from: Xenon on Nov 04, 2017, 04:14 AM"Data.sqlite" is a database - not module.
I think Tempban system by Rocky was for 0.3z R2, sq_lite module too. This script cannot work properly in retail form.
Ye. im Download for my script but not work properly :v
#289
im downloading money system its work
but if me leave game cash not saveed but level and car and ban all saved allll work.
Need : Function Save Cash

Command : else if ( cmd =="setmon" )
{
if (!text) MessagePlayer("Syntax - /setmon <nick/id> <amount>",player);
else
{
local plr = GetPlayer( GetTok(text," ",1)), mon = GetTok(text," ",2);
if (!plr) MessagePlayer("Invalid Player",player);
else if (!mon) MessagePlayer("Money not specified",player);
else if (!IsNum(mon)) MessagePlayer("Money must be in number",player);
else
{
pstats[ plr.ID ].Cash += mon.tointeger();
player.Cash = pstats[plr.ID].Cash;
Message("Admin "+player.Name+" Has given "+mon+" $ to "+plr.Name+"");
}
}
}

Noteee :    Using Fuzzi Account System
#290
Script and Content Requests / Request Module?
Nov 03, 2017, 07:53 PM
Hiiii Guys For thi Day im Hapyyyyyyyyyyyyy bcz im download level and setlevel and admin and acmds all workeed.
Now i need Finish my Happy :X im download baning system by diego workss Now Need Command Tempban,
i downloading Tempban rokkie its work but, Can Any one give me Module ( sq_lite" ); And ( "Data.sqlite" )
Thanks.



Regards, [AFt]We3da^
#291
Quote from: [MCO]We3da on Nov 01, 2017, 08:12 PM
Quote from: Shadow on Nov 01, 2017, 04:04 PMI find it admirable that you thought of escaping the strings before doing the select query but you should've also escaped the name in the update query. Otherwise, BAD things can happen...
I never Never  Never Never Never Never  Understand Anithingggggggggggggggggggggggggggg
Please @Xmair Give me Example Bro :(
#292
Quote from: Shadow on Nov 01, 2017, 04:04 PMI find it admirable that you thought of escaping the strings before doing the select query but you should've also escaped the name in the update query. Otherwise, BAD things can happen...
I never Never  Never Never Never Never  Understand Anithingggggggggggggggggggggggggggg
#293
WTF Any One tell me,
im download server side work but
clien side i am download for other main.nut and pleace thi main for store/script<main>
But i do /register or /login Not Work. :/ Ani One Help :v
#294
Quote from: KuRiMi on Oct 29, 2017, 03:45 AMWhat happened from the code Mahmoud provided you?
Its Not Work For Fuzzi Account System V3
#295
Thanks bro Umar For You Helpppppp :DDDDD But
Can You Transfer Thi Command To Fuzzi Account SYstem
 i am Download thi command but dont work for fuzzi account system
 can u modify thi command to fuzzi account system and Thanks.
#296
Hello Guys.
i m need Commands level and setlevel i am download one but
i am Using [ Fuzzi Account SYstem ]Any one Give me Command level and setlevel For Account Fuzzi.
And Thanks.




#297
Hi. You Want Login As Admin.
Follow me Step.
    else if (cmd == "ann")
    {
if ( player.Name == "Here You Name example : Forover" || player.Name == "Here Post You Friend : Name" || player.Name == "Exaclty" )   // You Must Change Them To You Admins Names
    {
        if (!text) return ClientMessage("[#FF0000][Syntax]/ann <ID> <All/Nick/ID> <Text>", player, 0, 0, 0);
        local v = split(text, " ");
        if (v.len() < 3) return ClientMessage("[#FF0000][Syntax]/ann <ID> <All/Nick/ID> <Text>", player, 0, 0, 0);
        if (v[1].tolower() == "all") AnnounceAll(text.slice(v[0].len() + v[1].len() + 2), v[0].tointeger());
        else Announce(text.slice(v[0].len() + v[1].len() + 2), FindPlayer(v[1]), v[0].tointeger());
    }
        else MessagePlayer( "[#FF0000] You're not allowed to use this command. " , player )
}

if ( player.Name == "If you Do name : hihi Go Join Server with hihi" || player.Name == "Here Post You Friend : Name" || player.Name == "Exaclty" )
#298
[ No Talking With Nabs ] respect @Guys..................... Learn thi : Guys Sorry For Spam
Locked.
#299
Hello Guys. Just :( i need Commands /setmoney <playername> <ammount>
Neeeed It And Gave Him Message admin ha set money To Player.name <Ammount>
Pls Help Need it ??? ???
#300
Quote from: KuRiMi on Oct 19, 2017, 02:37 PMIn other words, you must have an account system, in which the PlayerStats class stores a variable named Level. We use that variable to identify if the player is using the command with the appropiate level.
if( cmd == "kick" ) { if( Stats[ player.ID].Level >= 3) // Your code here }
Bro @KuRiMi Do You Know Any Account System very NIICE Tell me?