how to make my teleport command work
#10

Код:
public OnPlayerCommandText(playerid,cmdtext[])
{    
if(!strcmp(cmdtext,"/sf",true)) 
{        
SetPlayerPos(playerid, -1448.325, -325.1149, 15);        
SetPlayerAngle(playerid, 0);        
return 1;    
}    
if(!strcmp(cmdtext,"/lv",true)) 
{        
SetPlayerPos(playerid, 1677.544, 1426.837, 15);        
SetPlayerAngle(playerid, 0);       
return 1;    
}    
if(!strcmp(cmdtext,"/ls",true)) 
{       
SetPlayerPos(playerid, 1546.908, -2313.5, 15);       
SetPlayerAngle(playerid, 0);        
return 1;   
}        
return 0;
}
Copy and pastte and done
Reply


Messages In This Thread
how to make my teleport command work - by jonnyboy - 17.08.2010, 10:31
Re: how to make my teleport command work - by Hiddos - 17.08.2010, 10:34
Re: how to make my teleport command work - by jonnyboy - 17.08.2010, 10:44
Re: how to make my teleport command work - by Ihsan_Cingisiz - 17.08.2010, 10:58
Re: how to make my teleport command work - by gamer931215 - 17.08.2010, 10:59
Re: how to make my teleport command work - by jonnyboy - 17.08.2010, 11:05
Re: how to make my teleport command work - by Vince - 17.08.2010, 11:13
Re: how to make my teleport command work - by jonnyboy - 17.08.2010, 11:18
Re: how to make my teleport command work - by Mike Garber - 17.08.2010, 11:20
Re: how to make my teleport command work - by Mike_Peterson - 17.08.2010, 11:23

Forum Jump:


Users browsing this thread: 3 Guest(s)