03.01.2014, 10:08
Quote:
|
D:\My Documents\Downloads\Documents\Zombie0.3e\gamemodes \Untitled.pwn(62) : error 017: undefined symbol "PlayerInfo" D:\My Documents\Downloads\Documents\Zombie0.3e\gamemodes \Untitled.pwn(62) : warning 215: expression has no effect D:\My Documents\Downloads\Documents\Zombie0.3e\gamemodes \Untitled.pwn(62) : error 001: expected token: ";", but found "]" D:\My Documents\Downloads\Documents\Zombie0.3e\gamemodes \Untitled.pwn(62) : error 029: invalid expression, assumed zero D:\My Documents\Downloads\Documents\Zombie0.3e\gamemodes \Untitled.pwn(62) : fatal error 107: too many error messages on one line |
Quote:
|
} PlayerInfo[playerid][Attachments][2] = 1; } |
Quote:
|
enum pATTACHMENTS { Exists, ModelID, BoneID, Float OffsetX,Float OffsetY,Float OffsetZ,Float RotX,Float RotY,Float RotZ,Float ScaleX,Float ScaleY,Float ScaleZ}; new pAttachments[MAX_PLAYERS][10][pATTACHMENTS]; new Attachments[MAX_PLAYERS]; |


OffsetX,