18.08.2015, 15:32
Quote:
Код:
TextDrawSetString(slot, string); TextDrawSetString(playerid, SlotInfo[playerid], string2); // put this under " public LoginPlayer(playerid) " Note always make "new's" at the top. Example: Код:
public LoginPlayer(playerid) { new string[20], string2[20]; // The other code(s) |