27.12.2010, 01:48
thx so much this works.
But theres still a little issue.
It executes the action 1000 times.
Here it gives me the 2000$ 1000 times so i get 2000000 instead of just 2000.
would be very happy about help.
regards.
But theres still a little issue.
It executes the action 1000 times.
pawn Код:
for(new pid=0;pid<1000;pid++]
{
if(pickupid==DynPickup[pid])
{
GivePlayerMoney(playerid,2000);
}
}
would be very happy about help.

regards.

