Jump to content
  • 0

Comanda de teleportare


Question

4 answers to this question

Recommended Posts

Posted

Uite o comanda simpla u schimbi coordonatele ...

da :) si probabil ii va da 1001 erori :)

uite un exemplu teleportare pentru admini de Rcon ... tu poti inlocui cu functia pe care o ai la modul tau de admin :)

if(strcmp(cmd, "/numele teleportari(ex:/ls)", true) == 0)
{
if(IsPlayerAdmin(playerid))
{
GameTextForPlayer(playerid,"Bun Venit la '....' ",5000,5);
SetPlayerPos(playerid,x,y,z);//x y si z le gasesti in savepositions.txt
}else SendClientMessage(playerid,CULOARE,"Nu esti admin");
return 1;
}

tLYRl.gif
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.