25.01.2013, 09:21
(
Последний раз редактировалось Christ; 25.01.2013 в 10:18.
)
Teleports 1.0.0
Intro:
Hello everyone,
I saw system with teleports scripting like that:
PHP код:
if(!strcmp(cmdtext,"/Example",true))
{
SetPlayerPos(playerid,X,Y,Z);
SetPlayerFacingAngle(playerid,A);
SendClientMessage(playerid,color,text);
return 1;
}
Today I will show you the filterscript does that.
Download's:
- Pastebin: http://pastebin.com/4qwqP9z2
- Solidfiles: http://www.solidfiles.com/d/a8a0072366/
How to add new Teleport?:
To add teleport add new line to the arry like this:
PHP код:
{"/TelepprtName",InVehicle(true/false),X,Y,Z,A,V_X,V_Y,V_Z,V_A,Interiorid,"Message"}