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