25.04.2011, 11:41
1. OnPlayerPickup spams:
It spams the client message!
2. Blue business houses appear.
How to get rid of them??
Pancake
//edit: i asked about the blue houses again, cauz this is a new topic!
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid==Bodyguard1) { SendClientMessage(playerid,COLOR_LIGHTBLUE,"Type in /getjob to become a bodyguard"); return 1; } return 1; }
2. Blue business houses appear.
How to get rid of them??
Pancake
//edit: i asked about the blue houses again, cauz this is a new topic!