4 errors
#1

Quote:

C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(63 3) : warning 235: public function lacks forward declaration (symbol "SendPlayerFormattedText")
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(63 9) : warning 235: public function lacks forward declaration (symbol "SendAllFormattedText")
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 25) : warning 219: local variable "State" shadows a variable at a preceding level
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 65) : error 017: undefined symbol "gPlayerClass"
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 65) : warning 215: expression has no effect
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 65) : error 001: expected token: ";", but found "]"
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 65) : error 029: invalid expression, assumed zero
C:\DOCUME~1\otto\MYDOCU~1\DOWNLO~1\CRAZYS~1.PWN(13 65) : fatal error 107: too many error messages on one line

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


4 Errors.

Quote:

Do i need post script?Cuz i m working on gm
Line 1365 gPlayerClass[playerid] = classid;

line 632}
line 633public SendPlayerFormattedText(playerid, const str[], define)
line 634{

Line 1324 new vehicleid = GetPlayerVehicleID(playerid);
Line 1325 new State = GetPlayerState(playerid);
Line 1326 if(IsPlayerInAnyVehicle(playerid)) return SetVehiclePos(vehicleid,1541.7000,-1363.0314,329.7969);


Line 638}
Line 639public SendAllFormattedText(playerid, const str[], define)
Line 640{
Reply
#2

post the lines.
Reply
#3

is this enough?
Reply
#4

Код:
new gPlayerClass[MAX_PLAYERS];
Код:
forward SendPlayerFormattedText(playerid, const str[], define)
Код:
forward SendAllFormattedText(playerid, const str[], define)
Add these to your script then re-post your errors.
Also, post your line 1365.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)