29.07.2018, 17:41
Quote:
no, this is just a dialog, you forgot
you dont have this function in your gm |
Код:
if(Checkaccount(inputtext)) //that is the function that checks the account { new Message[29 + MAX_PLAYER_NAME]; format(Message, sizeof(Message), "Account %s It was certified.", inputtext); SendClientMessage(playerid, -1, Message); } else { new Message[29 + MAX_PLAYER_NAME]; format(Message, sizeof(Message), "Account %s Not certified.", inputtext); SendClientMessage(playerid, -1, Message; } } return 1; }