11.10.2009, 11:13
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 :
public OnGameModeInit :
now the commands:
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;
pawn Code:
blat = CreateObject(980, 422.706512, 2506.904785, 18.107769, 0.0000, 0.0000, 270.0000);
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;
}