05.05.2014, 09:00
here is
Code:
public OnPlayerConnect(playerid) { SendClientMessage(playerid, COLOR_MESSAGE_YELLOW, "Welcome to UFW Server, Enjoy your stay! "); // (the previous player may of changed it) TextDrawShowForPlayer(playerid, WelcomeText); for( new slots = GetMaxPlayers( ), i; i < slots; i ++ ) { if( IsPlayerConnected( i ) && !IsPlayerNPC( i ) ) { SpeedBoostMultiplier[ i ] = 3.0; }