- 0
Problema pickup-uri
-
Similar Content
-
- 2 replies
- 91 views
-
- 3 answers
- 101 views
-
- 2 replies
- 77 views
-
- 0 replies
- 20 views
-
- 3 answers
- 62 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
AndrewTG01
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu):
if(pickupid == pickuprob1) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); DestroyPickup(pickuprob1); GivePlayerMoney(playerid, 100); pickuprob2 = CreatePickup(1317, 1, -768.50732, 163.46100, 1311.45032,-1); } else if(pickupid == pickuprob2) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); DestroyPickup(pickuprob2); GivePlayerMoney(playerid, 100); pickuprob3 = CreatePickup(1317, 1, -768.41071, 159.51573, 1311.45032,-1); } else if(pickupid == pickuprob3) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); DestroyPickup(pickuprob3); GivePlayerMoney(playerid, 100); pickuprob4 = CreatePickup(1317, 1, -773.66333, 159.41650, 1311.45032,-1); } else if(pickupid == pickuprob4) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); DestroyPickup(pickuprob4); GivePlayerMoney(playerid, 100); pickuprob5 = CreatePickup(1317, 1, -773.89978, 163.35112, 1311.45032,-1); } else if(pickupid == pickuprob5) { ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0); DestroyPickup(pickuprob5); GivePlayerMoney(playerid, 100); SendClientMessage(playerid, COLOR_GREY, "All money collected. Now run!"); }
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da
Link to comment
Share on other sites
7 answers to this question
Recommended Posts