08.10.2009, 11:59
tried the following code
and this returns me
Help, maybe my mistake?
pawn Код:
SetTimerEx("PickupDestroy", 1000, 0, "ddddd", 1314, 1, 0, 4295926, 0); // numbers are random
// ...
public PickupDestroy(...)
{
new printout[128], arg;
format(printout, 128, " ^ PickupDestroy() args:");
for(new i=0, j=numargs(); i<j; i++)
{
arg=getarg(i);
format(printout, 128, "%s %d", printout, arg);
//DestroyPickup(arg);
}
SendClientMessageToAll(0xFFFFFFFF, printout);
print(printout);
return;
}
Код:
[18:49:09] ^ PickupDestroy() args: 138674176 0 0 0 0