[Ajuda] Me Ajude Entender Como usar o SetTimer(ex) com For ou Substituir SetTimer(ex) por For?
#5

Quote:
Originally Posted by matheusdorado
Посмотреть сообщение
Entendi, mas o que seria um Foreach, poderia me dar algum exemplo de como usб-lo?
exemplo 1 :
PHP код:
public func(){
 foreach( new 
playerid Player ){
   if( ! 
IsPreso(playerid) )
     continue;
   
//code
 
}
 return 
1;

exemplo 2:
PHP код:
public func(){
 foreach( new 
playerid Presos ){
  
//code
 
}
 return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)