16.04.2013, 14:42
The errors are this
The errors are all on line 248
Here is line 248
Here is it under playerconnect
Here are the defines for Ps AND THE OTHER P's 
Here is the enum for playerstatus
Thank You.
Quote:
(24 ![]() (24 ![]() (24 ![]() (24 ![]() (24 ![]() Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Here is line 248
Quote:
pS[UseClanSkin] = 0; |
Quote:
public OnPlayerConnect(playerid) { pS[UseClanSkin] = 0; pS[Clan] = Negative; pS[ClanRequest] = Negative; return 1; } |

Quote:
#define pX Player[playerid][X] #define pY Player[playerid][Y] #define pZ Player[playerid][Z] #define pA Player[playerid][A] #define pS Player[playerid] |
Quote:
enum PlayerStatus { ClanRequest, bool:ListDialog, Clan, Rank, UseClanSkin }; |