Some Errors
#1

Hey. My script have some errors, and i don't know how to repair this. The errors are :
Код:
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(12) : error 037: invalid string (possibly non-terminated string)
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(16) : error 017: undefined symbol "ret_memcpy"
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3773) : error 004: function "SafeSetPlayerInterior" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3816) : error 017: undefined symbol "GetVehicleName"
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3816) : warning 202: number of arguments does not match definition
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3832) : error 004: function "IsASalesVehicle" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3836) : error 004: function "GetVehiclePrice" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3931) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3936) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3941) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3946) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(3951) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(5570) : error 004: function "ClearChatbox" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(5637) : error 004: function "ClearChatbox" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6196) : error 004: function "SafeResetPlayerWeapons" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6225) : error 004: function "SafeGivePlayerWeapon" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6272) : error 004: function "SaveGuns" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6284) : error 004: function "UpdatePlayerPosition" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6390) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6391) : error 004: function "SafeSetPlayerInterior" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6400) : error 004: function "SafeSetPlayerPos" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6401) : error 004: function "SafeSetPlayerInterior" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6433) : error 004: function "RemoveRoadblock" is not implemented
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6441) : error 017: undefined symbol "MoveDynamicObject"
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6449) : error 017: undefined symbol "MoveDynamicObject"
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6450) : error 017: undefined symbol "MoveDynamicObject"
D:\Define Comunity\Define Roleplay\gamemodes\define.pwn(6451) : error 017: undefined symbol "MoveDynamicObject"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply
#2

You probably forgot a bracket
Reply
#3

And how I fix it?
Reply
#4

Search for missing brackets -> { or }
Reply
#5

I have 80000 lines in the script. Who I can repair this? It's imposibile to search in 80000 lines one {. I have Raven's Roleplay by the way.
Reply
#6

Quote:
Originally Posted by Forgot
Посмотреть сообщение
I have 80000 lines in the script. Who I can repair this? It's imposibile to search in 80000 lines one {. I have Raven's Roleplay by the way.
Do you have all of the includes? It looks like you're missing some and thats why it's giving errors
Reply
#7

Here is all the Includes, please help me to fix that errors because i spend a lot of time to translate and to put new commands in it. I offer something to the man who fix my script. Sorry for my English.

Код:
#include <a_samp>
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <dini>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>
Reply
#8

Have you added something recently in script it could cause it?
Reply
#9

You can also try to find a possibly missing bracket using the missing bracket finder

https://sampforum.blast.hk/showthread.php?tid=171429
Reply
#10

I added a command to open one cage, but this command is good.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)