Citaj Pravila - Click (http://balkan-samp.com/forum/index.php?topic=11453.0)
Pod OnGameModInit ubacis objekte od mape i odes posle uzmes koordinate sa /save i kopiras neku od postojecih komandi za goto i prebacis koordinate i eto a za supermen evo ti
CMD:superman(playerid, params[])
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo[playerid][pAdmin] >= 1338)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USEJETPACK);
SendClientMessage(playerid, COLOR_GREY, "Sada ste supermen"); // xD
return 1;
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "Nisi ovlasten!");
}
}
return 1;
}
hvala :D