27.07.2009, 16:44
Hiermee
dat zit verder wel goed;
(with this;..but that should be okay)
dat zit verder wel goed;
(with this;..but that should be okay)
Код:
public SendClientMessageToSkin(skin, color, string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(GetPlayerSkin(i) == skin) { SendClientMessage(i, color, string); } } }