24.09.2010, 20:54
(
Последний раз редактировалось eu_skipy; 05.10.2010 в 18:01.
)
Images:
http://itl-news.hi2.ro/?p=293
PAWN: http://pastebin.com/9E8xSwbT
MAP : http://solidfiles.com/d/0824/
If you like the map, COMMENT + RATE please!
100% created by ROROCK23 a.k.a [RES]CrimeTime
SORRY! HERE IS THE TELEPORT
http://itl-news.hi2.ro/?p=293
PAWN: http://pastebin.com/9E8xSwbT
MAP : http://solidfiles.com/d/0824/
If you like the map, COMMENT + RATE please!
100% created by ROROCK23 a.k.a [RES]CrimeTime
SORRY! HERE IS THE TELEPORT
Код:
if (strcmp(cmdtext, "/aj", true) == 0) {
ResetPlayerWeapons(playerid);
if (IsPlayerInAnyVehicle(playerid)) {
SetVehiclePos(GetPlayerVehicleID(playerid),753.3183,1992.1968,378.1436 );
SetVehicleZAngle(GetPlayerVehicleID(playerid), 44.1859);
}
if (!IsPlayerInAnyVehicle(playerid)) {
SetPlayerPos(playerid,766.3262,1942.7892,379.6585 );
SetPlayerFacingAngle(playerid, 13.7924);
}
SetPlayerWorldBounds(playerid, 20000.0000,-20000.0000,20000.0000,-20000.0000); // Bounderies Off//
return 1;
}

