[Tutorial] Creando restricciones if
#8

Quote:
Originally Posted by the_chaoz
esta muy lindo el tutorial che....


en cuanto a lo de "&&" y "||" se puede decir que "&&" es igual a la palabra "y" y que "||" es igual a "o"
entonces:
pawn Код:
if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN || GetPlayerWeapon(playerid) == WEAPON_ROCKETLAUNCHER)
{
se puede traducir :
"Si(el arma que tiene el jugador (playerid) es la MINIGUN o el arma que tiene el jugador (playerid) es el ROCHETLAUNCHER)entonces..."

y
pawn Код:
if(IsPlayerConnected(playerid) && IsPlayerInAnyVehicle(playerid))
{
se puede traducir:
"si(el jugador esta conectado (playerid) y el jugador (playerid) esta en un vehiculo) entonces..."
-.-, soy un tarado xD. Si lo hubiese puesto seria mas entendible, ahora lo agrego. Gracias a todos por los comentarios
Reply


Messages In This Thread
[Tutorial] Creando restricciones if - by MrDeath537 - 14.06.2010, 20:48
Re: [Tutorial] Creando restricciones if - by ConecCionMex - 14.06.2010, 20:51
Re: [Tutorial] Creando restricciones if - by CristianTdj - 14.06.2010, 20:59
Re: [Tutorial] Creando restricciones if - by ConecCionMex - 14.06.2010, 21:04
Re: [Tutorial] Creando restricciones if - by TheChaoz - 14.06.2010, 21:30
Re: [Tutorial] Creando restricciones if - by ConecCionMex - 14.06.2010, 21:39
Re: [Tutorial] Creando restricciones if - by TheChaoz - 14.06.2010, 21:46
Re: [Tutorial] Creando restricciones if - by MrDeath537 - 14.06.2010, 22:46
Re: [Tutorial] Creando restricciones if - by TiNcH010 - 15.06.2010, 19:59
Re: [Tutorial] Creando restricciones if - by MedinaRockz - 15.06.2010, 20:42

Forum Jump:


Users browsing this thread: 3 Guest(s)