02.01.2010, 19:00
my server crash when i use cmd
source is this
when i put this cmd the server crash
source is this
Код:
if (strcmp(cmdtext, "/bankmenu", true) == 0) { if(!PlayerToPoint(5, playerid,2309.1328,-13.2543,26.7422)) { SendClientMessage(playerid, COLOR_GREY,"You are not in bank."); return 1; } ShowMenuForPlayer(bankmenu,playerid); return 1; }