SA-MP Forums Archive
Please Help Me! - 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: Please Help Me! (/showthread.php?tid=403197)



Please Help Me! - TwisTa98 - 29.12.2012

Hello. Please Help Me I Have Errors In Gamemode.

Код HTML:
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14003) : error 029: invalid expression, assumed zero
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14003) : error 004: function "OnPlayerCommandText" is not implemented
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14005) : error 017: undefined symbol "cmdtext"
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14005) : warning 215: expression has no effect
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14005) : error 001: expected token: ";", but found "]"
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14005) : error 029: invalid expression, assumed zero
C:\Users\TwisTa\Desktop\San Fierro City Life\gamemodes\SFCL.pwn(14005) : fatal error 107: too many error messages on one line

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


6 Errors.
Please Help Me How To Fix This Errors ?


Re: Please Help Me! - Faisal_khan - 29.12.2012

You are probably missing a brace before OnPlayerCommandText.


Re: Please Help Me! - TwisTa98 - 29.12.2012

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
You are probably missing a brace before OnPlayerCommandText.
You Can Help? Please Make It I'm New And I Don't Know


Re: Please Help Me! - Faisal_khan - 29.12.2012

Mlol! Brace means this, "{}". Check the brace pairs.