- 0
Ajutor comanda
-
Similar Content
-
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
PyKw
Salut , am incercat sa fac o comanda cu care poti lua arme (pentru RP)
//-----------------------------------takeguns----------------------------------------------------- if(strcmp(cmd, "/takeguns", true) == 0) { if (PlayerToPoint(3, playerid,1272.3350,-829.2930,1085.6328) || PlayerToPoint(3, playerid,-2166.6711,645.7057,1052.3750) || PlayerToPoint(3, playerid,956.6796,-53.9567,1001.1172) || PlayerToPoint(3, playerid,2189.7844,-1145.2377,1029.7969) || PlayerToPoint(3, playerid,2324.4395,-1135.6337,1051.3047) || PlayerToPoint(3, playerid,933.0680,-2.2604,1001.5469)) { GivePlayerMoney(playerid,-2500); GivePlayerWeapon(playerid, 24, 100); GivePlayerWeapon(playerid, 29, 100); GivePlayerWeapon(playerid, 30, 100); } return 1; }Am facut bine ? O si cum pot adauga un pickup la coordonatele respective cu un text gen Scrie /takeguns pentru a lua arme.
2 answers to this question
Recommended Posts