14.07.2012, 23:18
PHP код:
public OnPlayerConnect( playerid ) {
TextDrawShowForPlayer( playerid, Reloginho1 );
TextDrawShowForPlayer( playerid, BRAText[playerid] );
TextDrawShowForPlayer( playerid, embaixo );
TextDrawShowForPlayer( playerid, forum[playerid] );
TextDrawShowForPlayer( playerid, Speed[playerid] );
return true;
}

