SA-MP Forums Archive
Launch - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Launch (/showthread.php?tid=496512)



Launch - gilad95 - 22.02.2014

Hello I built my server activity then I built her a launching area of activity and I want to do I'm in that area I will be able to send my car to the area but it seems I can not send the vehicle to the area this is how I do it will be possible to send the car to this area? This command

PHP код:
if (strcmp("/GoToDrisa"cmdtexttrue10) == 0)
{
if(!
IsPlayerXAdmin(playerid))return SendClientMessage(playerid,0xFF0000FF,"фчегд жаъ жойрд шч магойрйн");
if( 
GetPlayerState(playerid) == PLAYER_STATE_DRIVER )
{
SetVehiclePos(GetPlayerVehicleID(playerid), 2381.4929,1132.9126,34.2529 );
SetVehicleZAngle(GetPlayerVehicleID(playerid), 268.4467 );
SetPlayerTime(playerid,00,00);
LinkVehicleToInterior(GetPlayerVehicleID(playerid), );
}else{
SetPlayerPos(playerid2381.4929,1132.9126,34.2529);
SetPlayerFacingAngle(playerid268.4467);
SetPlayerTime(playerid,10,00);
ResetPlayerWeapons(playerid);
}
SetPlayerVirtualWorld(playerid62);
SetPlayerInterior(playerid,0);
SendClientMessage(playerid0x00FF00FF"! дщъвшъ мажеш дфтймеъ гшйсд");
return 
1;




Re: Launch - gilad95 - 22.02.2014

someone?