07.12.2012, 16:36
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...
Please help
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.