Jump to content
  • 0

Problema jucatori newbie


MrBl00d

Question

Deci ,am un bug pe server ,si as vrea sa stiu cum il rezolv

In ce consta acest bug ?

1. Cand iti faci un cont nou ,dupa ce termini tutorial ,sau dai /skip si gata esti spawnat la "Spawn" nu poti vorbi ,am incercat dar nu este mute ,ca sa scapi de asta trebuie dat un relog ,si dupaia poti vorbi oricand .

2 . Li se intampla la cei cu conturi noi .

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

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

{

if(IsPlayerConnected(playerid))

{

if(TutTime[playerid] >= 1)

{

  TutTime[playerid] = 0; PlayerInfo[playerid][pTut] = 1;

gOoc[playerid] = 0; gNews[playerid] = 0;

TogglePlayerControllable(playerid, 1);

MedicBill[playerid] = 0;

SetPlayerSpawn(playerid);

SetCameraBehindPlayer(playerid);

            SendClientMessage(playerid, COLOR_GREEN, "__________ Skip Tutorial __________");

SendClientMessage(playerid, COLOR_WHITE, "» Tutorialul a fost oprit, pentru a vizualiza regulament-ul scrie /rules.");

SendClientMessage(playerid, COLOR_WHITE, "» Pentru ca inregistrarea sa fie completa ,trebuie sa da-ti un relog !.");

SendClientMessage(playerid, COLOR_WHITE, "» Staff-ul | Real-Zone | iti ureaza distractie placuta.");

TextDrawShowForPlayer(playerid, Text:infoboxbox);

TextDrawShowForPlayer(playerid, Text:infoboxtext);

TextDrawShowForPlayer(playerid, Text:infobox);

SetTimer("InfoBoxHide",18000,0);

}

  }

  }[/pawn]

Dar nu cred ca este de la /skip ,deoarece mi-am facut alt cont si nu am dat /skip si am asteptat sa ruleze tutoria-ul ,si cand ma spawnat tot la fel nu puteam vorbi ,am putut doar dupa un relog .

Link to comment
Share on other sites

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.