SA-MP Forums Archive
[Map] [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** (/showthread.php?tid=101539)



[MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - MeHaBeL - 11.10.2009

Hy
It's my second job...
oh.. and sorry about my English
so, Some pictures:























if you want download more 10 pics here :
http://www.fileflyer.com/view/4DHQGCg

This route of Drift Region :
OldAp Area - GTA Sa:Mp

The Commands :
/oldap - The airport launcher Abandoned
/doldap - to drift area
/openoldap - open the gate
/closeoldap - close the gate
/bigjump - to BigJump area


Download
Pastebin:
http://pastebin.com/f36c7498
up in the mod :
pawn Code:
new blat;
public OnGameModeInit :
pawn Code:
blat = CreateObject(980, 422.706512, 2506.904785, 18.107769, 0.0000, 0.0000, 270.0000);
now the commands:


pawn Code:
if(strcmp(cmdtext, "/oldap", true)==0)
  {
 SetPlayerPos(playerid, 419.0603, 2506.9751, 16.4844);
 SetPlayerFacingAngle(playerid, 85.7182);
 SendClientMessage(playerid, 0x33AA33AA, "бшелйн дбайн майжеш дсиарийн едгшйфийн");
 return 1;
  }
 
 if(strcmp(cmdtext, "/bigjump", true)==0)
  {
 SetPlayerPos(playerid, -443.2862, 2521.0032, 239.4850);
 SetPlayerFacingAngle(playerid, 260.9618);
 SendClientMessage(playerid, 0x33AA33AA, "бшелйн дбайн майжеш дчфйцд двгемд");
 return 1;
  }
 
  if(strcmp(cmdtext, "/doldap", true)==0)
  {
 SetPlayerPos(playerid, 149.5744, 2487.4087, 41.2186);
 SetPlayerFacingAngle(playerid, 88.1825);
 SendClientMessage(playerid, 0x33AA33AA, "бшелйн дбайн майжеш дгшйфийн щм щгд дътефд дриещ");
 return 1;
  }

  if(!strcmp(cmd,"/openoldap",true))
  {
  MoveObject(blat,422.584836,2506.934082, 23.757744, 3.0);
  return 1;
  }
 
  if(!strcmp(cmd,"/closeoldap",true))
  {
  MoveObject(blat, 422.706512, 2506.904785, 18.107769, 3.0);
  return 1;
  }




Re: Old Ap Stunts Area V1 By me *** Hot *** - Correlli - 11.10.2009

This isn\'t the pictures/videos board, this is script-release board. Include the download link or remove your topic.


Re: Old Ap Stunts Area V1 By me *** Hot *** - MeHaBeL - 11.10.2009

Accidentally pressed send before I finished writing issue


Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - Camacorn - 27.10.2009

AWESOME map dude!

Respect +2!


Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - itayizra - 27.10.2009

thanks (תודה גבר )


Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - MB@ - 27.10.2009

Nice map



Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - [03]Garsino - 27.10.2009

Cool


Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - Rasto5300 - 28.11.2009

into which I insert this? if (strcmp (cmdtext "/ oldap", true) == 0) (SetPlayerPos (playerid, 419.0603, 2506.9751, 16.4844), and thus Suit, What do I give??


Re: [MAP] Old Ap Stunts Area And Drift Area V1 By me *** Hot *** - GforceNL - 28.11.2009

Nice, Good Job!