whats this
#1

C:\Documents and Settings\Andrew\Desktop\server\gamemodes\WWSC.pwn( 407) : error 037: invalid string (possibly non-terminated string)
C:\Documents and Settings\Andrew\Desktop\server\gamemodes\WWSC.pwn( 407) : error 017: undefined symbol "Usage"
C:\Documents and Settings\Andrew\Desktop\server\gamemodes\WWSC.pwn( 407) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Andrew\Desktop\server\gamemodes\WWSC.pwn( 407) : fatal error 107: too many error messages on one line

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


4 Errors.



------------ bit of code

// Define Teams
#define TEAM_MARINE 1
#define TEAM_TERRORIST 2

// Define Colors
#define COLOR_BLUE 0x0000FFAA
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_DRED 0x990000AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_DBLUE 0x003366AA
#define COLOR_AQUA 0x33FFCCAA
#define COLOR_WHITE 0xFFFFFFFF
// Other Defines
#define name

// Radius Chat (Realchat)
new realchat = 1;

// gNew
new gTeam[MAX_PLAYERS];
new gPlayerClass[MAX_PLAYERS];

// Forwards (Self Explanitory)
forward SetupPlayerForClassSelection(playerid);
forward PlayerToPoint (Float:radi, playerid, Float, Float:y, Float:z);
forward SetPlayerClass(playerid, classid);
forward PlayerName(playerid);

// Random MSG Forward
forward SendMSG();
Reply


Messages In This Thread
whats this - by andrewgrob - 01.05.2012, 00:41
Re: whats this - by TheDominator - 01.05.2012, 00:42
Re: whats this - by andrewgrob - 01.05.2012, 00:43
Re: whats this - by andrewgrob - 01.05.2012, 00:48
Re: whats this - by Yuryfury - 01.05.2012, 00:48
Re: whats this - by TheDominator - 01.05.2012, 00:49
Re: whats this - by TheDominator - 01.05.2012, 00:57

Forum Jump:


Users browsing this thread: 1 Guest(s)