05-07-2009, 05:44 PM
Aside from that theres still the main problem, why the pickup isn't showing.
Its because you didn't assign the name/"new <blah>" things to the pickup, It tells you in the pickup guide.
For example:
Also this is un-needed
The pickup itself gives you health anyway.
Its because you didn't assign the name/"new <blah>" things to the pickup, It tells you in the pickup guide.
For example:
Code:
new retarded;
retarded = AddStaticPickup(350, 2, 2100.8, 2168.8, 13.4);
( This goes in OnGameModeInit )
if(pickupid == Sawnoff) {
GivePlayerWeapon(playerid, 350, 100);
(This goes in OnPlayerPickUpPickUp )Also this is un-needed
Code:
if(pickupid == Health) {
GivePlayerHealth(playerid, 1240, 100);
if(pickupid == Health) {
GivePlayerHealth(playerid, 1240, 100);
if(pickupid == Armor) {
GivePlayerArmor(playerid, 1242, 100);The pickup itself gives you health anyway.
![[Image: sig542.jpg]](http://www.ra3boards.com/sig_gen/sig542.jpg)