OnPlayerEnterVehicle if if if { } problems
#3

Hiermee
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);
}
}
}
Reply


Messages In This Thread
OnPlayerEnterVehicle if if if { } problems - by boelie - 27.07.2009, 16:10
Re: OnPlayerEnterVehicle if if if { } problems - by Andom - 27.07.2009, 16:14
Re: OnPlayerEnterVehicle if if if { } problems - by boelie - 27.07.2009, 16:44
Re: OnPlayerEnterVehicle if if if { } problems - by boelie - 29.07.2009, 10:44

Forum Jump:


Users browsing this thread: 3 Guest(s)