02.09.2011, 11:38
Quote:
You REALLY need to look up ALS if you want this to be compatible with other libraries. Currently this will give warnings when used with YSI/ZCMD/Streamer/foreach/many other less common ones.
|
Quote:
Also, this only seems to work inside one script, which frankly isn't all that useful - if you change a skin in your mode you know it has changed, knowing when other scripts (e.g. filterscripts) change the skin is much more useful information.
|
Quote:
I was looking through the code and it seemed quite nice, until I saw "SetVar" - why? That only obfuscates a common PAWN ability, making code harder to read.
|
Quote:
Edit: I should add that I'm one of the people who criticise problems with things and assume that everything not mentioned (especially effort) is fine, but I should learn to praise more as it helps some people/
|
Btw I just added
pawn Код:
public OnPlayerSpecialActionChange(playerid, oldsaction, newsaction)
Of course I'll use the ALS technique on the next release since as you can see that ****** wrote that my include doesn't fit with another certain used includes.
Anyways thank you all.