Re: United Gaming RP [0.3x - unique] -
cordellpwnz - 25.07.2013
Quote:
Originally Posted by MigzPT
But you want to join youґre self on the Faction or another player ?
For another player you need to be the leader of the faction and then do /invite (playerID) (FactionID)
Best Regards ,
|
How do I put myself in it?
Re: United Gaming RP [0.3x - unique] -
Fredx - 25.07.2013
Gamemode looks really awesome i tried it out and was amazed about the gamemode!
Good job!
Re: United Gaming RP [0.3x - unique] -
MigzPT - 25.07.2013
Guys I need help .
When someone log off my server it deletes the Vehicles
Best Regards ,
Re: United Gaming RP [0.3x - unique] -
KimGuan - 26.07.2013
Okay..I Have Added Your Script To Mine..But How can I Create a family?
Re: United Gaming RP [0.3x - unique] -
Celebesgamer - 26.07.2013
Quote:
Originally Posted by KimGuan
Okay..I Have Added Your Script To Mine..But How can I Create a family?
|
/createfamily [family] [playerid/PartOfName]
Re : United Gaming RP [0.3x - unique] -
KimSangBum - 27.07.2013
I didn't get any file of users.ini in scriptfiles
Re: United Gaming RP [0.3x - unique] -
CAC - 28.07.2013
Great & Unique script.
Thank you.
Re: United Gaming RP [0.3x - unique] -
Nostalgia - 07.11.2013
Wow, Awesome!. Thanks for sharing

.
Re: United Gaming RP [0.3x - unique] -
Gogorakis - 07.11.2013
The best ^^
Re: United Gaming RP [0.3x - unique] -
streetpeace - 07.11.2013
Awesome, thanks for sharing.
Re: United Gaming RP [0.3x - unique] -
yu - 08.11.2013
Where is the link?
Re: United Gaming RP [0.3x - unique] -
<Jones> - 11.11.2013
Someone can reupload it?
Re: United Gaming RP [0.3x - unique] -
marcis - 12.11.2013
reupload
Re: United Gaming RP [0.3x - unique] -
Jonathan19 - 12.11.2013
I think it was <removed> for a reason..
Re: United Gaming RP [0.3x - unique] -
CanUgurlu - 02.12.2013
please re-upload. please download link pls.. thx.
Re: United Gaming RP [0.3x - unique] -
TahaAsif12 - 03.12.2013
Hmm, i can reupload, but i need Carrot permission First :P
Re: United Gaming RP [0.3x - unique] -
TahaAsif12 - 05.12.2013
Hey Guys Here Is The Best Way To Make Yourself Owner If Ur user.cfg doesn't exist in the scriptfiles!
First of all search for OnPlayerRCONLogin
When u find that, delete that whole function (Don't delete anything else dude)
then search for /makeadmin cmd
there change the Player[pyaerinfo blablabla to
Код:
If(IsPlayerAdmin(playerid))
And DONE!
Now go ingame, use /rcon login (ur pass) then use /makeadmin (ur id) 99999
AND DONE! that was simple (i figured it out in 3 days

0
Hope i helped u guys my best
Re: United Gaming RP [0.3x - unique] -
Miia - 23.02.2014
If anyone know some bugs in this gamemode, please write them here. I am trying to fix all bugs in this gamemode.
Only bugs I don't fix, is payday. I have troubles with it myself.
Re: United Gaming RP [0.3x - unique] -
TheSnaKe - 23.02.2014
How can i do my self admin? Am Typing the correct rcon and it says that is wrong password. So how can i make my self admin?
Re: United Gaming RP [0.3x - unique] -
Miia - 24.02.2014
our accounts save in the "Accounts.db" file
Also a quick and easy way to make yourself admin if you have no idea how to open a .db file.
First say
Go to the GM and
1.Set permission to 0 at the makeadmin command
2.Go IG and /makeadmin [ID] 99999
3. Log off
4. Set the permission back
5. Done
Or make a code like this
Code:
if(strcmp(cmd, "/setmeadmin", true) == 0)
{
PlayerInfo[playerid][pAdmin] = 99999;
return 1;
}
No matter what you have to edit in the gamemode file, unless you know how to work with ".DB" files.