Posts: 1,018
Threads: 320
Joined: Jul 2010
Quote:
Originally Posted by AbyssMorgan
Oh my God, use the indentation
PHP код:
forward OdvozTimer();
public OdvozTimer(){
for(new i; i<MAX_PLAYERS; i++){
if(IsPlayerConnected(i)){
if(OdvozT[i] > 0){
OdvozT[i] -= 1;
if(OdvozT[i] == 0){
SendClientMessage(i,SVIJETLOPLAVA,"Hello!");
}
}
}
}
return 1;
}
show
PHP код:
#define SVIJETLOPLAVA
|
that is fine its lightblue color I don't think so that is this problem something else in the code is wrong. Also I want to mention when I compile gamemode I get no errors it's clean compile. Thanks