Szerző Téma: Mappolás  (Megtekintve 634 alkalommal)

Mappolás
« Dátum: 2013. Szeptember 22. - 11:03:24 »
0 Show voters
Sziasztok!
Van egy modom ((amx pwn fáljba)) És egy börtön mapp én abba hogyan tudok mappolni ha nem tudom hogy a börtön hol található?

Mappolás
« Válasz #1 Dátum: 2013. Szeptember 22. - 12:41:24 »
0 Show voters
Menj oda a koordináták segítségével. :)

Mappolás
« Válasz #2 Dátum: 2013. Szeptember 22. - 12:50:35 »
0 Show voters
Na...
Ha már a mod-ban van benne a map akk nem tudod fejleszteni a konvertált mapot(kivéve ha megvan a .map)
És a teleport:
 
#include <a_samp>
#include <zcmd>
#include <sscanf2>
CMD:pos(playerid, params[])
{
new   Float:Pos[3],interior,string[200];
if(sscanf(params, \"fffi\",Pos[0],Pos[1],Pos[2],interior)) return SendClientMessage(playerid, COLOR_BROWN, \"Használat: {F0E68C}/pos [X] [Y] [Z] [interiorID]\");
format(string,sizeof(string),\"[Pos]: {FFFF00}Játékos {FF0000}%s {FFFF00}elteleportált az {FF0000}%0.2f %0.2f %0.2f {FFFF00}pozícióra.\",Name(playerid),Pos[0],Pos[1],Pos[2]);
SendClientMessageToAll(COLOR_BLUE,string);
SetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]);
SetPlayerInterior(playerid, interior);
return 1;
}

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal