change star tower parachute spawn help please
#1

hello guys i been trying to edit the location of the parachute but i just cant doit captain, im to much of a nub

any chance someone could take a look please and help +rep will be given
http://pastebin.com/1a5d15Pf

want to change the location to here, used /save for cords
AddPlayerClass(122,1992.6650,-2323.3433,13.5469,289.5375,0,0,0,0,0,0); // new parachute
Reply
#2

CreateDynamic3DTextLabel("/getparachute",COLOR_YELLOW,1992.6650,-2323.3433,13.5469+0.6,10.0);
CreatePickup(371, 23, 1992.6650,-2323.3433,13.5469); //LS towertop



//--------------------------------------------------------------------------------//
//--------------------------------------------------------------------------------//

CMD:getparachute(playerid, params[]) {
if(IsPlayerInRangeOfPoint(playerid, 2.0, 1992.6650,-2323.3433,13.5469)) { // new parachute
if(PlayerInfo[playerid][pGuns][11] == 46)
RemovePlayerWeapon(playerid, 46);

if(PlayerInfo[playerid][pGuns][11] != 46) {
GivePlayerValidWeapon(playerid, 46, 99999);
}
else SendClientMessage(playerid, COLOR_GREY,"You already have a parachute.");
}
else SendClientMessage(playerid, COLOR_GREY,"You're not close enough to the parachute on Startower.");
return 1;
}
Reply
#3

cheers bud +REP'd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)