Escribir a doble espacio (?)
#1

Bueno yo tengo la costumbre de escribir siempre a doble espacio para ver mas claro cualquier script, por ejemplo:

Код:
SetPlayerBounds		  ( playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000 );

SetPlayerColor         ( playerid, playerData[ playerid ][ p_sub ] ? ( SUB_COLOR ) : ( teamColor[ playerData[ playerid ][ p_team ] ][ 0 ] ) );

SetPlayerScore         ( playerid, playerData[ playerid ][ p_kills ] );

SetPlayerInterior      ( playerid, floatround( mspawn[ 4 ] ) );

SetPlayerVirtualWorld  ( playerid, 0 );

DisablePlayerCheckpoint( playerid );
Pero mi gm, no se porque esta un poco lageado. Se reduciria el lag si pusiera los scripts comprimidos tal que asi?:

Код:
SetPlayerBounds( playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000 );
SetPlayerColor( playerid, playerData[ playerid ][ p_sub ] ? ( SUB_COLOR ) : ( teamColor[ playerData[ playerid ][ p_team ] ][ 0 ] ) );
SetPlayerScore( playerid, playerData[ playerid ][ p_kills ] );
SetPlayerInterior( playerid, floatround( mspawn[ 4 ] ) ), SetPlayerVirtualWorld  ( playerid, 0 );
DisablePlayerCheckpoint( playerid );
їO sin embargo los espacios en general entre lineas no afectan en absoluto?
Reply


Messages In This Thread
Escribir a doble espacio (?) - by Rafa122 - 20.10.2012, 18:46
Respuesta: Escribir a doble espacio (?) - by Parka - 20.10.2012, 19:06
Respuesta: Escribir a doble espacio (?) - by Rafa122 - 20.10.2012, 19:29
Respuesta: Escribir a doble espacio (?) - by Parka - 20.10.2012, 19:32
Respuesta: Escribir a doble espacio (?) - by CaptainMactavish - 20.10.2012, 21:17

Forum Jump:


Users browsing this thread: 1 Guest(s)