16.06.2011, 17:20
(
Последний раз редактировалось Tom1412; 17.06.2011 в 11:57.
)
The gamemode im using wont allow me to add anything to it with out loads of errors, can anyone help me fix these errors??
Errors
Lines that the errors are on
Errors
pawn Код:
C:\Users\tom\tgm.pwn(383) : error 004: function "UpdateTime" is not implemented
C:\Users\tom\tgm.pwn(384) : error 004: function "Weather" is not implemented
C:\Users\tom\tgm.pwn(899) : error 017: undefined symbol "SaveStats"
C:\Users\tom\tgm.pwn(956) : warning 219: local variable "GetPName" shadows a variable at a preceding level
C:\Users\tom\tgm.pwn(957) : error 012: invalid function call, not a valid address
C:\Users\tom\tgm.pwn(957) : warning 215: expression has no effect
C:\Users\tom\tgm.pwn(957) : error 001: expected token: ";", but found ")"
C:\Users\tom\tgm.pwn(957) : error 029: invalid expression, assumed zero
C:\Users\tom\tgm.pwn(957) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
7 Errors.
pawn Код:
lines 383 to 384 are on ongamemodeinit
line 899 is are on ongamemodeexit
lines 956 to 957 are on onplayerconnect
line 383: UpdateTime();
line 384: Weather();
line 899: SaveStats(i);
line 956: new string[300], GetPName[MAX_PLAYER_NAME];
line 957: format(string,sizeof(string),"» %s(ID:%d) has joined "lyellow2"World Of Trucking!",GetPName(playerid),playerid);