SA-MP Forums Archive
[GameMode] [GM] GTA Roleplay - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [GM] GTA Roleplay (/showthread.php?tid=113124)

Pages: 1 2 3 4


Re: [GM] GTA Roleplay - DrifteX_ - 21.07.2010

good gm, thank's


Re: [GM] GTA Roleplay - erikhenri - 01.08.2010

how can i add cars to factions ?


Re: [GM] GTA Roleplay - -godex- - 02.08.2010

if i try to use this code:

public UpdatePlayerPosition(playerid)
{
if(IsPlayerConnected(playerid))
{
if(gPlayerLogged[playerid])
{
new Float, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
PlayerInfo[playerid][pPos_x] = x;
PlayerInfo[playerid][pPos_y] = y;
PlayerInfo[playerid][pPos_z] = z;
MySQLCheckConnection();
new query[MAX_STRING];
format(query, MAX_STRING, "UPDATE players SET ");
MySQLUpdatePlayerFlo(query, PlayerInfo[playerid][pSQLID], "Pos_x", PlayerInfo[playerid][pPos_x]);
MySQLUpdatePlayerFlo(query, PlayerInfo[playerid][pSQLID], "Pos_y", PlayerInfo[playerid][pPos_y]);
MySQLUpdatePlayerFlo(query, PlayerInfo[playerid][pSQLID], "Pos_z", PlayerInfo[playerid][pPos_z]);
MySQLUpdatePlayerInt(query, PlayerInfo[playerid][pSQLID], "Inte", PlayerInfo[playerid][pInt]);
MySQLUpdatePlayerInt(query, PlayerInfo[playerid][pSQLID], "VirWorld", PlayerInfo[playerid][pVirWorld]);
MySQLUpdatePlayerInt(query, PlayerInfo[playerid][pSQLID], "Crashed", PlayerInfo[playerid][pCrashed]);
MySQLUpdateFinish(query, PlayerInfo[playerid][pSQLID]);
}
}
return 1;
}

comes 8 errors :S


C:\Documents and Settings\Anu\Desktop\GM.pwn(44004) : warning 235: public function lacks forward declaration (symbol "UpdatePlayerPosition")
C:\Documents and Settings\Anu\Desktop\GM.pwn(44015) : error 017: undefined symbol "MySQLCheckConnection"
C:\Documents and Settings\Anu\Desktop\GM.pwn(4401 : error 017: undefined symbol "MySQLUpdatePlayerFlo"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44019) : error 017: undefined symbol "MySQLUpdatePlayerFlo"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44020) : error 017: undefined symbol "MySQLUpdatePlayerFlo"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44021) : error 017: undefined symbol "MySQLUpdatePlayerInt"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44022) : error 017: undefined symbol "MySQLUpdatePlayerInt"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44023) : error 017: undefined symbol "MySQLUpdatePlayerInt"
C:\Documents and Settings\Anu\Desktop\GM.pwn(44024) : error 017: undefined symbol "MySQLUpdateFinish"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


8 Errors.


whats wrong? :S


Re: [GM] GTA Roleplay - shadi_jarous - 15.09.2010

Link Not Work Send me new link to twix.msg@hotmail.com plese jofi


Re: [GM] GTA Roleplay - kiss - 05.11.2010

GtA RolePlay for ever!


Re: [GM] GTA Roleplay - DrewFArnold - 08.01.2011

Is this any good?


Re: [GM] GTA Roleplay - FreeStyle_ - 09.01.2011

Hello,

who can i make my account to admin? (I've read all the other post's but i can't find i good answer).
I can't write it into the Acoount.ini, because when i connect: "Wrong Password". When i logged in with Rcon, it doesn't work
Can someone help me, please?!

(Sorry for my bad english!)


Re: [GM] GTA Roleplay - iiLiamii - 09.01.2011

Quote:
Originally Posted by FreeStyle_
Посмотреть сообщение
Hello,

who can i make my account to admin? (I've read all the other post's but i can't find i good answer).
I can't write it into the Acoount.ini, because when i connect: "Wrong Password". When i logged in with Rcon, it doesn't work
Can someone help me, please?!

(Sorry for my bad english!)
Okay. If you have an FTP Client, Download your userfile to somewhere on your system. Open the file in notepad or word pad, and edit your admin level.

You then need to save the file, Reupload and overwrite.

I hope this helps


Re: [GM] GTA Roleplay - FreeStyle_ - 10.01.2011

Quote:
Originally Posted by iiLiamii
Посмотреть сообщение
Okay. If you have an FTP Client, Download your userfile to somewhere on your system. Open the file in notepad or word pad, and edit your admin level.

You then need to save the file, Reupload and overwrite.

I hope this helps
IT WORKS!!! Thx you!!!
Thank you sooo much!
Now my Roleplay Server can go Online!

Ps: This Gamemod is so great for Beginners! This is my first Roleplay-GM and it's so great!
GOOD MOD!


Re: [GM] GTA Roleplay - DannySnoopy - 29.01.2011

Awsome GM!!!


Only one problem, I want to make admins 1339 and 1340 hidden admins.. how i do it?



And i cant use /ban and /kick commands


it says i'm not admin...


Can you help me please?


Re: [GM] GTA Roleplay - DannySnoopy - 23.02.2011

Coooooooool GM

Only one question, What are the donator levels? i mean... from 1-10.. And can you also tell me their names?


Re: [GM] GTA Roleplay - enrique_uzair@hotmail.com - 23.02.2011

i got this error i tried so many other pawno but still im having this error : fatal error 100: cannot read from file: "morphinc"

and i tried to put another morphinc but still im getting this error in this gamemode i tried other game modes and others working why gtarp game mode not working


AW: Re: [GM] GTA Roleplay - Dante16 - 12.05.2011

Quote:
Originally Posted by iiLiamii
Посмотреть сообщение
Okay. If you have an FTP Client, Download your userfile to somewhere on your system. Open the file in notepad or word pad, and edit your admin level.

You then need to save the file, Reupload and overwrite.

I hope this helps
I have an FTP Server, too. But how can i download my userfile? I can only upload the file :S

PLEASE HELP ME !!!


Re: [GM] GTA Roleplay - BeriT - 01.06.2011

no tnx or smth? ;(


Re: [GM] GTA Roleplay - taifunx3 - 01.07.2011

Man i need help! When ai make me leader ( /makeleader 0 1 ) i don't find factions location..
ex: i make me COP .. server respawn me on civil spawn (aeroport) when i write /sethp 0 ( No spawn me at LSPD... ) PLS HELP!
sorry 4 my bad english.. i'am romanian.. but pls.. help me! i don't find factions location.


Re: [GM] GTA Roleplay - Ticker - 01.07.2011

This is almost the default LARP script!


Re: [GM] GTA Roleplay - Deskoft - 02.07.2011

Quote:
Originally Posted by Ticker
View Post
This is almost the default LARP script!
What do you expect from a public release?


Re: [GM] GTA Roleplay - BeriT - 02.07.2011

Quote:
Originally Posted by taifunx3
View Post
Man i need help! When ai make me leader ( /makeleader 0 1 ) i don't find factions location..
ex: i make me COP .. server respawn me on civil spawn (aeroport) when i write /sethp 0 ( No spawn me at LSPD... ) PLS HELP!
sorry 4 my bad english.. i'am romanian.. but pls.. help me! i don't find factions location.
Make relog, but you need to NOT have a home!You`ll spawn at your faction spawn point.

Than if you don`t help this. Go to scriptfilies>>users>>name_surname>>Rank:6(if lspd) etc


Re: [GM] GTA Roleplay - BMB1 - 02.07.2011

Good is this LARP?


Re: [GM] GTA Roleplay - taifunx3 - 02.07.2011

Thanks man! you help me! it work. But now i have 2 question:
1.The gangs have not cars? eg : /makeleader 5/6 ?
2. Work with scriptfiles->users-> etc .. is aviable for members? for example i invite my friend in lspd.. Must i make this settings script files->users etc? Or spawn directly at faction?

Once again! Sry 4 my bad english.. i'am romanian ( I hope to have understood something )