Need help with this error.

Started by Farzam, May 12, 2017, 03:37 PM

Previous topic - Next topic

Farzam

I don't know much about Squirrel language scripting and I don't know why this error is occuring, It'd be much appreciated if someone know about this and can help me.

The problems are:
- AN ERROR HAS OCCURED [the index 'CreateSprite' does not exist]
- [0;30m[WARNING] onScriptLoad failed to execute -- check the console for more details.
- [0;30m[WARNING] Please define a colour for your class. (See docs)
- [0;30m[WARNING] Please define a world for your vehicle. (See docs)


Vice City Multiplayer Server

-------------------------------

v0.4, (c) 2007-2014 VC:MP Team



Loaded plugin: squirrel04rel64



Loaded plugin: xmlconf04rel64



Loaded plugin: announce04rel64



Loaded plugin: sockets04rel64



Loaded plugin: hashing04rel64



Loaded plugin: mysql04rel64



Loaded plugin: sqlite04rel64



[WEAPONS] No custom weapons to load.

[VEHICLEMODELS] No custom vehicle models to load.

** Started VC:MP 0.4 Server **

Port: 8192

Max players: 100





[0;32m[MODULE] Loaded SqVCMP 0.4 frontend by Stormeus. (v1.0)

[0;36m[SCRIPT] Echo Script Loaded

[0;36m[SCRIPT]  |================================================================|

[0;36m[SCRIPT]  |                     IRC Multi Bot Loaded                       |

[0;36m[SCRIPT]  |================================================================|

[0;36m[SCRIPT] Fuzzie's Account System v3 - SQLite variant has successfully loaded...

[0;36m[SCRIPT] LMS Files loaded

[0;36m[SCRIPT] [Real] Nitrous Oxide System - by Seby - was loaded.



AN ERROR HAS OCCURED [the index 'CreateSprite' does not exist]



CALLSTACK

*FUNCTION [nosLoadSprites()] scripts/Functions.nut line [353]

*FUNCTION [onScriptLoad()] scripts/main.nut line [142]



LOCALS

[this] TABLE

[this] TABLE

[0;30m[WARNING] onScriptLoad failed to execute -- check the console for more details.

[0;32m[MODULE] Loaded server.conf Loader for 0.4 by Stormeus

[0;32m[MODULE]    >> Loaded server.conf for parsing

[0;32m[MODULE]    >> Applied settings

[0;30m[WARNING] Please define a colour for your class. (See docs)

[0;32m[MODULE]    >> Loaded classes

[0;30m[WARNING] Please define a world for your vehicle. (See docs)

[0;32m[MODULE]    >> Loaded vehicles

[0;32m[MODULE]    >> Loaded pickups

[0;32m[MODULE] Loaded server.conf successfully



[0;32m[MODULE] Loaded sq_sockets for VC:MP by the LU Dev Team (ported by Stormeus).



[0;32m[MODULE] Loaded SQLite3 for VC:MP by Stormeus.

[0;36m[SCRIPT] Confirming SquirrelBot's details...

[0;36m[SCRIPT] Bot details confirmed!

[0;36m[SCRIPT] Confirming NutBot's details...

[0;36m[SCRIPT] Bot details confirmed!

Cool

Do you know English? its means its not exists in vcmp check recent updates

KAKAN

You must use the client side script to do so. With the recent rel04 release, sprites and textdraws were replaced by client side scripts.
Or, you can use the old rel03 version
oh no

Farzam

Quote from: Cool on May 12, 2017, 03:41 PMDo you know English? its means its not exists in vcmp check recent updates

I know English, but seems like you don't.

QuoteI don't know much about Squirrel language scripting and I don't know why this error is occuring, It'd be much appreciated if someone know about this and can help me.

Quote from: KAKAN on May 13, 2017, 02:05 AMYou must use the client side script to do so. With the recent rel04 release, sprites and textdraws were replaced by client side scripts.
Or, you can use the old rel03 version

Okay, thank you for the guide. Appreciated.