Help me with Anims!
#1

I've added a anim system [FS] to my script. Heres the whole script:

http://pastebin.com/UvD1KZfV

As you can see, I've added this to each command:

GameTextForPlayer(playerid, "Type /sync to stop, 3000, 1);


But I get these errors in the description...


pawn Код:
C:\Documents and Settings\Danny.YOUR-E6F02835AE\My Documents\GTA SA Server\filterscripts\anims.pwn(112) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\Danny.YOUR-E6F02835AE\My Documents\GTA SA Server\filterscripts\anims.pwn(112) : error 017: undefined symbol "Type"
C:\Documents and Settings\Danny.YOUR-E6F02835AE\My Documents\GTA SA Server\filterscripts\anims.pwn(112) : error 017: undefined symbol "to"
C:\Documents and Settings\Danny.YOUR-E6F02835AE\My Documents\GTA SA Server\filterscripts\anims.pwn(112) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Please help
Reply
#2

GameTextForPlayer(playerid, "Type /sync to stop, 3000, 1");
you forgot the (")
Reply
#3

what do you mean
Reply
#4

your line
GameTextForPlayer(playerid, "Type /sync to stop, 3000, 1);
fixed line
GameTextForPlayer(playerid, "Type /sync to stop, 3000, 1");
the (") in the end, you forgot it.
Reply
#5

That's exactly what I wrote? They are the same
Reply
#6

Oh sorry, I see my mistake
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)