Jump to content

Recommended Posts

Posted

Nume: Fumy

Nume tutorial: Teleport

Descriere: Deci am facut un teleport (simplu) /gym dar cand intru pe server zice /gym nu exista ? Ce am gresit ?

[pawn] public OnPlayerCommandText(playerid, cmdtext [])

if (strcmp("/gym", cmdtext, true, 10) == 0)

  {

      SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587  );

      return 1;

  }

[/pawn]

Dupa cum v am zis nu ma teleporteaza . Astept raspunsuri :)

Posted

Nume: Fumy

Nume tutorial: Teleport

Descriere: Deci am facut un teleport (simplu) /gym dar cand intru pe server zice /gym nu exista ? Ce am gresit ?

[pawn] public OnPlayerCommandText(playerid, cmdtext [])

if (strcmp("/gym", cmdtext, true, 10) == 0)

  {

      SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587  );

      return 1;

  }

[/pawn]

Dupa cum v am zis nu ma teleporteaza . Astept raspunsuri :)

Ista nu e tutorial e deja "Ajutor Scripting"

Uite sa nu zici ca sunt rau !

[pawn]if(strcmp(cmd, "/gym", true) == 0)

{

  SetPlayerPos(playerid,1221.5190,-1407.0665,13.1587);

    return 1;

  }[/pawn]

T/C

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.