Tuesday, October 20, 2009

Update on mario game #2.

Just added pawn to the game. Tuned the networking a little. Added callbacks/functions. Cool huh?


// Natives
native print(const string[]);
native sendStr(id, const string[]);
native createEmptyCube(id, Float:x, Float:y);

// Forwards
forward OnInit();
forward OnConsoleText(msg[]);
forward OnPlayerLeave(id, reason);
forward OnPlayerJoin(id);



Yes, i am aware standard things like kick/ban/setpos is missing. I'll do it.
I might be done with it before new year.

Leopard.

No comments:

Post a Comment