Search Results
how can i set my payday automatically this is my code sorry for my bad English Код: public SyncTime() { new string[128]; new tmphour; new tmpminute; new tmpsecond; gettime(tmphour, tmpminute...
94
So I wrote in my gamemod Code: SetTimer ("Payday", 60000*60, true) / / Every milliseconds 60000*60 there will be a payday. right?
283
Code: public OnGameModeInit() // Do not add vehicles Above the next lines. - CuervO { LoadCar(); new string2[64]; for(new h = 1; h < sizeof(CarInfo); h++) { format(string2, sizeof(string2), ...
283
Quote: Originally Posted by Basicz SetTimer. pawn Code: public OnGameModeInit( playerid ){    // Stuffs   SetTimer( "Payday", 5000 ); // Every 5000 milliseconds there will be a payda...
283
how can i set my payday automatically this is my code sr for my bad English Code: public SyncTime() { new string[128]; new tmphour; new tmpminute; new tmpsecond; gettime(tmphour, tmpminute, tmp...
283
Quote: Originally Posted by Mustang GT I suggest taking a look at this. GetTime Also, For the Men working, i dont know if your using an Enum or anything, but i would do it like this, [Re...
173
how can i set the payday's and lotto time in my sv ( like 1 , 2 , 3 ... o'clock ) and how to set the men on working get more money than the men do nothing Код: public PayDay() { new string[128];...
173
Quote: Originally Posted by GTA-Roleplay i can help send any email to me Gta-roleplay@live.com i'm sent mail to you rep me pls
55,878
there are alot of strtok. i cant find which one have added twice
128
Quote: Originally Posted by PhoenixB Firstly, as it says "error 021: symbol already defined: "strtok" so there is strtok already defined (meaning there is strtok within the script TWICE so...
128
Code: C:\ROCKST~1\Server\RAVEN'~1.3C\GAMEMO~1\larp.pwn(25115) : error 021: symbol already defined: "strtok" C:\ROCKST~1\Server\RAVEN'~1.3C\GAMEMO~1\larp.pwn(25130) : error 047: array sizes do not mat...
128