22.02.2010, 07:33
hey im making this code
but i get these errors :< any help?
Код:
if(strcmp(cmdtext, "/about", true) == 0) { ShowPlayerDialog(playerid,1,0,"Information center", "Info Center \n The objective in this server is to help your team take over turf \n if you win the turf war you will receve a rocket launcher and 50000 \n you can view your commands buy typing /help and /commands \n if you have seen a cheater/rule breaker use /report [ID] [REASON] \n you can anso turn on thr SAM site missile launchers neer A51 by going need them and typing /firesam [ID] \n if you are having trouble with somthing or have seen a bug please tell a admin by tyoing /admins \n if you want to view the info about turf wars simply use /turfinfo","Ok","Cancel"); return 1; }
Код:
C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1284) : error 075: input line too long (after substitutions) C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1285) : error 037: invalid string (possibly non-terminated string) C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1285) : warning 215: expression has no effect C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1285) : error 001: expected token: ";", but found "-identifier-" C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1285) : error 017: undefined symbol "Center" C:\Users\ELLIOT\Desktop\Cod-Sa v1.4a\gamemodes\lvdm.pwn(1285) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.