06.02.2010, 20:18
Код:
new Float:armour;
GetPlayerArmour(playerid);
SetPlayerArmour(playerid, Float:armor);
PlayerInfo[playerid][pArmour] = Float:armor;
OnPlayerUpdate(playerid);
i dont get the GetPlayerArmour(playerid); - how can i make it check it, and then save what it checked.. (if you understand me!)

