Someone Help Me with my gamemode - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Someone Help Me with my gamemode (
/showthread.php?tid=629250)
Someone Help Me with my gamemode -
Ayyash - 23.02.2017
Hello,
Please Someone Help Me With This gamemode Life of Flying.
in This Gamemode Have A mysql file if any one can create and give me without mysql files please
here is the Gamemode link,
http://www.mediafire.com/file/mtp7jg...lying+0.3x.rar
Here is the picture of the error,
http://www.directupload.net/file/d/4...huvchx_jpg.htm
Please Someone Help ME
Re: Someone Help Me with my gamemode -
X337 - 23.02.2017
There's no main() in your gamemode script
Re: Someone Help Me with my gamemode -
DandyCorleone - 23.02.2017
use the plugins example
add in your server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password your password
maxplayers 60
port 7777
hostname .:: Your Hostname ::.
gamemode0 nfsnew
filterscripts
plugins audio sscanf Encrypt streamer >>>>>>>>>>>> HERE PLUGINS!
announce 1
query 1
weburl coming-soon
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
language Indonesia/English
logtimeformat [%H:%M:%S]
Re: Someone Help Me with my gamemode -
Ayyash - 23.02.2017
Quote:
Originally Posted by X337
There's no main() in your gamemode script
|
Where I Can Add main() in my gamemode?
Re: Someone Help Me with my gamemode -
Ayyash - 23.02.2017
Quote:
Originally Posted by X337
There's no main() in your gamemode script
|
I Already Add Main ()
}
main( )
{
print("\n----------------------------------");
print(" Life Is Your Pilot v1.1");
print("----------------------------------\n");
}
public OnGamemodeInit()
{
Please Help Me