23.01.2011, 23:36
i get error 021: symbol already defined: "SetTimer"
from SetTimer ( " NewMode " ,10, false ) ;
H E L P M E
from SetTimer ( " NewMode " ,10, false ) ;
H E L P M E
public OnGameModeInit()
{
return 1;
}
SetTimer ( " NewMode " ,10, false ) ;
SetTimer ( " NewMode " ,60000 * 10, false ) ;
show your code the position you put it
+ 10 is only 1 second i think check here https://sampwiki.blast.hk/wiki/SetTimer and to find milliseconds go on ****** type the min you want example 10 min in milliseconds it will tell you. |