Nice to see you using squirrel

tis a great language.
Noticed your using the old SetPlayerHealth( playerid, <health> ) though, why not export the classes to squirrel so instead of passing a playerid to the callbacks, pass a pointer then do player.Health = <health>;
Its much nicer, easier and more efficient i've found. It also makes it more unlike samps scripting
