/save werid
#1

hey i made some teleports to make getting to places on the map faster and only bigear, sf and sfair i go ingame and say /save and then i put the code in no errors or warnings and restart again and say /ls for los santo's and it puts me in middle of no wear over san ferior, what am i doing wrong is it my scripting problems all locations are outside do i need to set an interior
PHP код:
//My added commands
command(lsplayeridparams[]) // change the ls to whatever command you want
{
    
SendClientMessageplayeridWHITE"You are teleporting to LS" ); // remember to change the colour!
    
SetPlayerPosplayerid, -885.2749,1757.8549,13.5469); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;
}
command(sfplayeridparams[]) // this command teles you to SF
{
    
SendClientMessageplayeridWHITE"You are teleporting to SF" ); // remember to change the colour!
    
SetPlayerPosplayerid, -1916.4294,300.0021,41.0469); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;
}
command(lvplayeridparams[]) // this command teles you to LV
{
    
SendClientMessageplayeridWHITE"You are teleporting to LV" ); // remember to change the colour!
    
SetPlayerPosplayerid, -2416.0400,2319.0842,10.8203); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;
}
command(sfairplayeridparams[]) // this command teles you to SFAIR
{
    
SendClientMessageplayeridWHITE"You are teleporting to SFAIR" ); // remember to change the colour!
    
SetPlayerPosplayerid, -1548.6362,-433.6081,6.0047); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;
}
command(lvairplayeridparams[]) // this command teles you to LVAIR
{
    
SendClientMessageplayeridWHITE"You are teleporting to LVAIR" ); // remember to change the colour!
    
SetPlayerPosplayerid, -1706.3243,1607.0999,10.0221); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;
}
command(bigearplayeridparams[]) // this command teles you to BIGEAR
{
    
SendClientMessageplayeridWHITE"You are teleporting to BIGEAR" ); // remember to change the colour!
    
SetPlayerPosplayerid, -376.2169,1573.1632,75.9308); // Change the co-ords to your position
    
SetPlayerVirtualWorldplayerid);
    return 
1;

Reply


Messages In This Thread
/save werid - by Coles - 01.05.2011, 21:49
Re: /save werid - by MadeMan - 01.05.2011, 21:54
Re: /save werid - by Coles - 01.05.2011, 21:59
Re: /save werid - by Coles - 01.05.2011, 22:10
Re: /save werid - by Tommy_Mandaz - 01.05.2011, 22:18
Re: /save werid - by Coles - 01.05.2011, 22:31
Re: /save werid - by Coles - 01.05.2011, 22:40
Re: /save werid - by Luis- - 01.05.2011, 22:41
Re: /save werid - by Coles - 01.05.2011, 22:45
Re: /save werid - by Coles - 01.05.2011, 23:06
Re: /save werid - by Prumpuz - 01.05.2011, 23:11
Re: /save werid - by Skylar Paul - 01.05.2011, 23:15
Re: /save werid - by Coles - 01.05.2011, 23:23
Re: /save werid - by Luis- - 01.05.2011, 23:34
Re: /save werid - by Skylar Paul - 01.05.2011, 23:36
Re: /save werid - by Coles - 02.05.2011, 07:07

Forum Jump:


Users browsing this thread: 1 Guest(s)