undefined symbol "SendClientMesage"
#1

Can someone help me? I have 3 symbols that are apparently undefined, even tho i use them in the script

http://pastebin.com/khfVqmb6

Код:
C:\Users\Nathan\Desktop\samp server\gamemodes\HsgStuntages.pwn(78) : error 017: undefined symbol "SendClientMesage"
C:\Users\Nathan\Desktop\samp server\gamemodes\HsgStuntages.pwn(99) : error 017: undefined symbol "GetVehicleVelocity"
C:\Users\Nathan\Desktop\samp server\gamemodes\HsgStuntages.pwn(100) : error 017: undefined symbol "SetVehicleVelocity"
C:\Users\Nathan\Desktop\samp server\gamemodes\HsgStuntages.pwn(98) : warning 203: symbol is never used: "vy"
C:\Users\Nathan\Desktop\samp server\gamemodes\HsgStuntages.pwn(98) : warning 203: symbol is never used: "vx"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply
#2

SendClientMessage - not SendClientMesage

Do you have the latest a_samp?
Reply
#3

Not sure, how do I get the newest one?
Reply
#4

Undefined means that they are not defined. The function or variable is not defined.

It's like trying to run an application or a game on your computer that doesn't exist, you will get a error message.
The first one "SendClientMesage", just change it to "SendClientMessage". Spelling error.

Also, remove pragma tabsize 0 from your script. If you cannot fix them errors coming by doing that, stop scripting.
Reply
#5

http://sa-mp.com/download.php > SA-MP 0.3a R8 Windows Server
Reply
#6

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
Undefined means that they are not defined. The function or variable is not defined.

It's like trying to run an application or a game on your computer that doesn't exist, you will get a error message.
The first one "SendClientMesage", just change it to "SendClientMessage". Spelling error.

Also, remove pragma tabsize 0 from your script. If you cannot fix them errors coming by doing that, stop scripting.
Someone has issues?
Reply
#7

thanks for the help Faith, it is working now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)