script to my map in pawno
#8

where i must paste this:
Quote:

if(strcmp(cmdtext, "/lotnisko-lv", true) == 0) {
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
SetVehiclePos(GetPlayerVehicleID(playerid),1594.41 86,1443.9087,10.828;
SetVehicleZAngle(GetPlayerVehicleID(playerid),20);
}
else
{
SetPlayerFacingAngle(playerid,20);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,1594.4186,1443.9087,10.828 ;
}
return 1;
}

and this?
Quote:

if(strcmp(cmdtext, "/drag3", true) == 0) {
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
SetVehiclePos(GetPlayerVehicleID(playerid),-1084.2367,412.3698,14.1484);
SetVehicleZAngle(GetPlayerVehicleID(playerid),20);
}
else
{
SetPlayerFacingAngle(playerid,20);
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid,-1084.2367,412.3698,14.1484);
}
return 1;
}

Reply


Messages In This Thread
script to my map in pawno - by hex575 - 01.02.2010, 18:31
Re: script to my map in pawno - by Cezar - 01.02.2010, 18:32
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 18:35
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:08
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 19:16
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:17
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 19:21
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:32
Re: script to my map in pawno - by Ironboy500 - 01.02.2010, 20:29
Re: script to my map in pawno - by hex575 - 02.02.2010, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)