24.04.2011, 21:57
First of all i want to greet everyone on here(first post on here)!
And now to the topic:
How to do so? i hope its clear enough...
Second Problem:
How to get rid of the blue houses(business) in front of the gun shop for Example?
Pancake
And now to the topic:
Код:
new Bodyguard1; public OnGameModeInit() { Bodyguard1 = CreatePickup(1239, 23,1367.1448,-1290.2589,13.5469, 0); } public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid==Bodyguard1) { //here i want to be able to type in a command like /getjob } return 1; }
Second Problem:
How to get rid of the blue houses(business) in front of the gun shop for Example?
Pancake