[HELP]San Fierro Cops N Robbers GM Problems -
Gamo - 18.05.2013
Hello all, Can anyone answer these questions? If you give me the answer I need +rep!
1) I cant make myself cia or army? It shows the player is not connected (i removed billy the tram driver)
2) can u say what should i do in script to add these commands?
/setnick - changes player name
/reconnect- reconnects a player
These commands should be used by only Lvl 3+ admins.
3) In game some text appears and in that they shows wwe.sfcrrpg.com web address i want it to change it mine how?
4) I want to reduce the score level to become a regular player i.e from 500 to 50 how?
Thanks,
Gamo
Re: [HELP]San Fierro Cops N Robbers GM Problems -
Gamo - 18.05.2013
+rep if u help me !!!!
Re: [HELP]San Fierro Cops N Robbers GM Problems -
Moglizorz. - 18.05.2013
wiki.sa-mp.com
All of sa-mps native functions and callbacks are in here, have a quick search and you should be able to find everything you need. Best place to help ya.
Re: [HELP]San Fierro Cops N Robbers GM Problems -
Renas - 18.05.2013
In all tou questions are one answer - To edit your .pwn file ( find gamemodes>***.pwn )
Re: [HELP]San Fierro Cops N Robbers GM Problems -
TomatoRage - 19.05.2013
First thing i can help you add me on the skype
Scond lets start
1.you must register and then go to fliterscripts then SFCRRPG file go to your name enter with notepad then go to army put 1337 and cia 1337
2.go to and put this
pawn Code:
if(AdminLevel[playerid] == 3)
{
dcmd(setnick,7,cmdtext);
dcmd(reconnect,10,cmdtext);
}
pawn Code:
dcmd_setnick(playerid,params[])
{
//Code
return 1;
}
dcmd_reconnect(playerid,params[])
{
//Your code
return 1;
}
3. Press search and write server options there is
pawn Code:
#define sweb "www.sfcrrpg.com" //must change this website
4. This is so easy change the info letter and who has 500 score do /reg (playerid)
This is not big deal i work in this gamemode
Credits to stevo
If you want help you can add me on my skype ahmad.ghanayem4 and i can help you
Re: [HELP]San Fierro Cops N Robbers GM Problems -
Abhishek. - 19.05.2013
in step one go to filterscripts?
maybe script files?