Search Results
It's now work but only for 1 player. finish code: Код: print("checking event 1..."); new string[194]; Event[eStarted] = 0; Event[eStartTime] = 0; ...
204
Quote: Originally Posted by Lucky13 I'm not pretty sure but what's that IntSTC from foreach? ( Sorry if it's a dumb question, I got a break of SA:MP scripting and I totally forgot some bas...
204
Quote: Originally Posted by Lucky13 Код: switch(event[eType]) { case 3: { print("checking event 1..."); new BestScore[3],BestID[3],string[194]; ...
204
Hi guys. im created challenge system "Vehicles Stolen" start = working. finish = no. finish code: Код: switch(event[eType]) { case 3: { print("checking event 1..."); ...
204
Quote: Originally Posted by Lucky13 Код: new BestScore[3],BestID[3]; foreach(Player,i) { if(PlayerInfo[i][PlayerEventScore] > BestScore[0]) { BestScore[0] = Pl...
137
How to get only 3 players by score? Like this: Код: new BestScore,BestID; foreach(InSTC,i) { if(PlayerInfo[i][PlayerEventScore] > BestScore) { BestScore = PlayerInfo[i][PlayerEve...
137
почему бы тебе не набрать в гугле Packet was modified, sent by id sitea-mp.com ?
201
Try Код: format(DoubleString,sizeof(DoubleString),"Skill Name\tDamage Precent\tCurrent Level\tNext Level\n"); format(DoubleString,sizeof(DoubleString),"%s\ttest\ttest2\ttest3",,GetName(playerid)...
153
Quote: Originally Posted by hillko 0.3е линукс так на 0.3е вроде крашер был и фикса не было вроде
296
Quote: Originally Posted by ZiGGi PHP код: new     color_start_pos,     color_end_pos,     color[7]; color_start_pos = strfind(params[1], "<"); color_end_pos = ...
461
server_log чекал? версия сервера?
296
Quote: Originally Posted by eakwarp А зачем в одном параметре? Что мешает использовать два или разделитель? МНе нужно ...
461
hi guys, how to detect hex in string? like this: /label [slot] [<color code>text] help please
94
Помогите пожалуйста с командой. Как сделать так чтобы игрок смог написать /createlabel [Номер слота] [<код цвета>...
461
Quote: Originally Posted by eakwarp Обычный таймер с foreach не проще? Так а вдруг таймер будет раньше работать?
296
Создаю систему "minigun fight". каждые 30 минут игрокам в Freeroam будет давать миниган на одну минуту. позже должно его з...
296
Код: FormatNumber(number) { new Str[15]; format(Str, 15, "%d", number); if(strlen(Str) < sizeof(Str)) { if ( number >= 1000 && number < 10000 ) stri...
97
Provide details that you want
154