13.01.2014, 17:08
Hello!
what's wrong in the code? since it sends the message before Connected To:
Bug:
Code:
And how can i have same position on login as i have on class selection?
what's wrong in the code? since it sends the message before Connected To:
Bug:
Code:
Код:
public OnPlayerConnect(playerid) { ClearChat(playerid); //clear the chat first SendClientMessage(playerid, -1, "Welcome to latvia stunt server!"); //then send the message return 1; } stock ClearChat(playerid) { for(new i = 0; i < 50; i++) SendClientMessage(playerid, -1," "); return 1; }