vehicles are not load why..... help
#1

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[16:27:24] filterscripts = "" (string)
[16:27:24]
[16:27:24] Server Plugins
[16:27:24] --------------
[16:27:24] Loading plugin: Whirlpool
[16:27:24]
[16:27:24] ==================
[16:27:24]
[16:27:24] Whirlpool loaded
[16:27:24]
[16:27:24] ==================
[16:27:24]
[16:27:24] Loaded.
[16:27:24] Loading plugin: sscanf
[16:27:24]

[16:27:24] ===============================

[16:27:24] sscanf plugin loaded.

[16:27:24] © 2009 Alex "******" Cole

[16:27:24] 0.3d-R2 500 Players "dnee"

[16:27:24] ===============================

[16:27:24] Loaded.
[16:27:24] Loading plugin: streamer
[16:27:24]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[16:27:24] Loaded.
[16:27:24] Loading plugin: dns
[16:27:24]

*** DNS Plugin v2.4 by Incognito loaded ***

[16:27:24] Loaded.
[16:27:24] Loading plugin: mysql
[16:27:25]

> MySQL plugin R5 successfully loaded.

[16:27:25] Loaded.
[16:27:25] Loaded 5 plugins.

[16:27:25]
[16:27:25] Filterscripts
[16:27:25] ---------------
[16:27:25] Loaded 0 filterscripts.

[16:27:25] OnScriptInit 1
[16:27:25]
[16:27:25]
[16:27:25]
[16:27:25] =======================================
[16:27:25] | |
[16:27:25] | YSI version 1.06.0002 |
[16:27:25] | By Alex "******" Cole |
[16:27:25] | |
[16:27:25] =======================================
[16:27:25]
[16:27:25]
[16:27:25]
[16:27:25] OnScriptInit 2
[16:27:25] OnScriptInit 3
[16:27:25] SSCANF2 Loaded
[16:27:25] Iter_OnGameModeInit start: 500
[16:27:25]
-J.L Admin system Configurations Successfully Loaded!
[16:27:25]
__________________________________________________ __

[16:27:25] |** Arsenal TDM By Srinabh_JHA **|

[16:27:25] V 1.0

[16:27:25] [JLADMIN] Auto login 0
[16:27:25] [JLADMIN] Must register 1
[16:27:25] [JLADMIN] Detect pausers 1
[16:27:25] [JLADMIN] MaxPing 8000
[16:27:25] [JLADMIN] AntiSpam 1
[16:27:25] [JLADMIN] PM Dialog 1
[16:27:25] [JLADMIN] AntiWeaponHack 1
[16:27:25] [JLADMIN] MaxAdminLevel 6
[16:27:25] [JLADMIN] Anti Bad Words 1
[16:27:25] [JLADMIN] AntiBanEvade 1
[16:27:25] [JLADMIN] Anti Advertise 1
[16:27:25] [JLADMIN] AdminImmunity 1
[16:27:25] [JLADMIN] ShowPmstoAdmins 1
[16:27:25] [JLADMIN] ReadCommands 1
[16:27:25] [JLADMIN] AntiCheatBans 1
[16:27:25] [JLADMIN] Allow changename 1
[16:27:25] [JLADMIN] ForbiddenNamesKick 1
[16:27:25] [JLADMIN] PartNamesKick 1
[16:27:25]
-- No Illegal Weapons Loaded! --

[16:27:25]
-- No Forbidden nick names Loaded! --

[16:27:25]
-- No Forbidden Part nicks Loaded! --

[16:27:25]
-- No Bad words Loaded! --

[16:27:25] --No Teleports loaded!--
[16:27:25] Iter_OnGameModeInit: first
[16:27:25] OnScriptInit 4
[16:27:25] Number of vehicle models: 0
[16:27:25]
[16:27:25] ==========================================
[16:27:25] | |
[16:27:25] | A new version (v3.09.0684) of YSI is |
[16:27:25] | available from: |
[16:27:25] | |
[16:27:25] | www.y-less.com/YSI/YSI_1.0.zip |
[16:27:25] | |
[16:27:25] | Changelog: |
[16:27:25] | |
[16:27:25] | 3.00.0000: |
[16:27:25] | |
[16:27:25] | YSI 3.0 released! Now includes the |
[16:27:25] | "y_text" library for better messages, |
[16:27:25] | and a reworked "y_classes" library. |
[16:27:25] | Largely documented here |
[16:27:25] | "http://forum.sa-mp.com/showthread.php |
[16:27:25] | ?t=321092". |
[16:27:25] | |
[16:27:25] | 3.01.0002: |
[16:27:25] | |
[16:27:25] | Small fixes to "y_text" and |
[16:27:25] | "y_classes". |
[16:27:25] | |
[16:27:25] | 3.09.0684: |
[16:27:25] | |
[16:27:25] | Reverted to old download location. |
[16:27:25] | Improved (and fixed) version checks; |
[16:27:25] | added y_bitmap, y_areas, y_races, |
[16:27:25] | y_zonenames, better documentation; |
[16:27:25] | MANY other bug fixes - see the github |
[16:27:25] | repository for more details: |
[16:27:25] | |
[16:27:25] ==========================================
[16:27:25]
Reply
#2

help
Reply
#3

Код:
[16:27:25] Number of vehicle models: 0
- You might not be calling it in
- You might have some unexpected error with the vehicle loading (wrong params or something that you've managed to cause an error inside the abstract machine)

We can't do nothing without the code and what access the code.

Please post where you're loading the vehicles, and whats the function you're loading with the vehicles.

pawn Код:
public OnGameModeInit()
{
   LoadCars();
}

forward public LoadCars()
{
   // Your code.
}
Reply
#4

for load maps which codes i put
Reply
#5

Your codes that load the cars(vehicles) and what does access them, for example:
Код:
OnGameModeInit
OnPlayerConnect
...
Anything that uses LoadCars() like in the example.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)