A problem + A question
#1

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
Reply
#2

Have you on top of your Script:

Код:
main( ) { }
?
Reply
#3

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

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;
}
Reply
#5

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) ?
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)