SA-MP Forums Archive
A problem + A question - 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: A problem + A question (/showthread.php?tid=413136)



A problem + A question - Notis007 - 04.02.2013

Well the problem is that my Laptop can't create a local server for a reason that i dunno.
The question is how can i make team vehicles that CANNOT be accessed by the other team?

Here's the log.txt
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[13:49:05] filterscripts = ""  (string)
[13:49:05] 
[13:49:05] Server Plugins
[13:49:05] --------------
[13:49:05]  Loading plugin: sscanf
[13:49:05] 

[13:49:05]  ===============================

[13:49:05]       sscanf plugin loaded.     

[13:49:05]    © 2009 Alex "******" Cole

[13:49:05]    0.3d-R2 500 Players "dnee"

[13:49:05]  ===============================

[13:49:05]   Loaded.
[13:49:05]  Loaded 1 plugins.

[13:49:05] 
[13:49:05] Filterscripts
[13:49:05] ---------------
[13:49:05]   Loaded 0 filterscripts.

[13:49:05] Script[gamemodes/SFGW.amx]: Run time error 19: "File or function is not found"
[13:49:05] Number of vehicle models: 0



AW: A problem + A question - Blackazur - 04.02.2013

Have you on top of your Script:

Код:
main( ) { }
?


Re: A problem + A question - GWX - 04.02.2013

You are probably missing plugin. Check your server.cfg and /plugins directory.


Re: AW: A problem + A question - Notis007 - 04.02.2013

Quote:
Originally Posted by Blackazur
Посмотреть сообщение
Have you on top of your Script:

Код:
main( ) { }
?
Well
pawn Код:
//defines
//includes
//news
//forwards
//no need to give them away

main()
{
    print("\n----------------------------------");
    print("San Fierro Gang Wars");
    print("----------------------------------\n");
}
public OnGameModeInit()
{
        return 1;
}



Re: A problem + A question - denNorske - 04.02.2013

To your question, i think this will be helpful: https://sampforum.blast.hk/showthread.php?tid=160810

And another thing, your problem, are you sure you defined it correctly in the .cfg file ? (The gamemode name) ?


Re: A problem + A question - Notis007 - 04.02.2013

Quote:
Originally Posted by airplanesimen
Посмотреть сообщение
To your question, i think this will be helpful: https://sampforum.blast.hk/showthread.php?tid=160810

And another thing, your problem, are you sure you defined it correctly in the .cfg file ? (The gamemode name) ?
I re-placed my files with the new ones and they work fine now,thanks
+1 Rep