08.08.2012, 18:18
(
Последний раз редактировалось samiras; 08.08.2012 в 18:27.
Причина: Added return type in mappiing
)
Quote:
A suggestion:
Can you add Native Function Requester? For Example: pawn Код:
|
To complete this idea I suggest Yashiro to use some meta information for user-defined-functions like this.
For example when a developer want to map a function should write something like this.
Pseudo code :
pawn Код:
Define new user-definded-function SendClientMessage with arguments message:string, playerid:integer, color:drawing.color which return : void
pawn Код:
SendClientMessage("Hi", "55");