Jump to content
  • 0

pomoc unbug


Guest StReeY [Dinti]

Dotaz

Guest StReeY [Dinti]

chcem sa spytat ze ked ma hráč bug a da /unbug tak aby ho to respawlo na mieste kde sa nachaza dikes :d uz som to skusal sam ale stale ma to hadze na to miesto kde je spawn

Link to comment
Share on other sites

5 odpovědí na tuto otázku

Recommended Posts

  • 0
ToMmY":29cft6eo]dcmd_unbug(playerid, params[])

{

#pragma unused params

SetPlayerPos(playerid, souradky);

SendClientMessage(playerid, BARVA, "Unbugl jsi se xD");

return true;

}

 

?? pokud spravne chapu tak chces aby se spawnul tam kde se bugnul ne ?? proc pouzivate return true ? nestaci 1 ? :lol::lol:

Link to comment
Share on other sites

  • 0

sak mezi returten true a 1 je to uplne stejny ae pro me je lepsi return true

nebo zkus:

dcmd_unbug(playerid, params[])

{

#pragma unused params

new Float:x, Float:y, Float:z;

GetPlayerPos(playerid, x, y, z);

SetPlayerPos(playerid, x, y, z);

SendClientMessage(playerid, BARVA, "Byl jsi respawnut na buglem miste :D");

return true;

}

 

ae nevim zda to pujde :d

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...