24.02.2010, 17:33
With this Function you can Call a Function with Parameters
The Last Parameters , the Format an the Variables or Values
i = Integer
f = Float
x = Hex
c = Char
and so on... , The Variables must have the same Datatype like the Format
Код:
public hello(playerid)return SendClientMessage(playerid,Color,"Bla");
Код:
SetTimerEx("hello",2000,1,"i",playerid);
i = Integer
f = Float
x = Hex
c = Char
and so on... , The Variables must have the same Datatype like the Format