29.06.2018, 06:36
Код:
if(!strcmp(option, "bring", true)) { for(new i = 0; i < MAX_PLAYERS; i++) { if(pInfo[i][eventtp] == 1) SetPlayerPos(i, PosX, PosY, PosZ + playerid); } return 1; } }
One is goto(shows a DIALOG BOX)
and other is bring
Goto is working fine..
But bring isn't bringing players, it is showing me the dialog box which i used in GOTO..