16.10.2009, 17:36
I Need help for Cash Pickups(ID 1212)I Did:
CreatePickup(1212, 2, 1465.2239, -1143.3992, 25.132;
CreatePickup(1212, 2, 1689.9711, -1148.1064, 24.0005);
CreatePickup(1212, 2, 1725.2666, -1271.5396, 14.6782);
CreatePickup(1212, 2, 1621.7953, -1200.9562, 20.5216);
In OnGameModeInIt and then i added this script to make all these give 15$ bucks for each pickup.
Code:if(pickupid==1212)GivePlayerMoney(playerid,15 ); and when i pick the money up i dont get the 15 Bucks...
Help PLease? :P
CreatePickup(1212, 2, 1465.2239, -1143.3992, 25.132;
CreatePickup(1212, 2, 1689.9711, -1148.1064, 24.0005);
CreatePickup(1212, 2, 1725.2666, -1271.5396, 14.6782);
CreatePickup(1212, 2, 1621.7953, -1200.9562, 20.5216);
In OnGameModeInIt and then i added this script to make all these give 15$ bucks for each pickup.
Code:if(pickupid==1212)GivePlayerMoney(playerid,15 ); and when i pick the money up i dont get the 15 Bucks...
Help PLease? :P