SA-MP Forums Archive
1 Error Gamemode. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 1 Error Gamemode. (/showthread.php?tid=505995)



1 Error Gamemode. - UfsDev - 11.04.2014

Код:
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(34) : warning 201: redefinition of constant/macro (symbol "A7")
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(208) : warning 202: number of arguments does not match definition
C:\Users\Khan\Ufs\gamemodes\Freeroam.pwn(13154) : error 036: empty statement
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Gamemode Code: http://paste2.org/D7gVhKZX


Re: 1 Error Gamemode. - Flake. - 11.04.2014

Remove line 34 as it's the same as 33
Line 208 should be: UsePlayerPedAnims();

And I can't see line 13154, would you mind just copy and pasting it here. (Just the line!)


Re: 1 Error Gamemode. - ChandraLouis - 11.04.2014

Freeroam.pwn(34) : warning 201: redefinition of constant/macro (symbol "A7") - change A7 to A8
Freeroam.pwn(20 : warning 202: number of arguments does not match definition - change it to UsePlayerPedAnims();
Freeroam.pwn(13154) : error 036: empty statement - Remove the ;


Re: 1 Error Gamemode. - UfsDev - 11.04.2014

Still the same Error anyone help me.


Re: 1 Error Gamemode. - Flake. - 11.04.2014

Quote:
Originally Posted by UfsDev
Посмотреть сообщение
Still the same Error anyone help me.
Did you do what myself and ChandraLouis said?

What error do you get now?


Re: 1 Error Gamemode. - Hanuman - 11.04.2014

It won't give u error if u do it properly. Edit:

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
What error do you get now?
He said "Still the same Error anyone help me."


Re: 1 Error Gamemode. - UfsDev - 11.04.2014

Omg Super Guyz...
+REP For ALL

Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase