Search Results
Привет всем, можете пожалуйста подсказать какие-нибудь толковые анти-крашеры и защиту? В сети находил парочк...
70
Вот, помог иностранец. Может кому пригодиться. You can create a new variable at the top of the script for each player which stores the tickcount at the moment t...
345
Quote: Originally Posted by Schneider You can create a new variable at the top of the script for each player which stores the tickcount at the moment the player starts racing: pawn Ко...
86
Quote: Originally Posted by Stepashka Ну ты можешь считать дни, часы, часы, минуты и секунды, так в чем проблема с миллисе...
345
Quote: Originally Posted by Stepashka Ну ты можешь считать дни, часы, часы, минуты и секунды, так в чем проблема с миллисе...
345
Quote: Originally Posted by Stepashka Какой вы тогда программист?! Начинающий, а если по делу, можете помочь?
345
Quote: Originally Posted by Stepashka Точно так же как и с секундами только с миллисекундами. Я немного на 100% не втягив...
345
I have a command which starts a stop watch, and checkpoint which stops it. When he stops to a chat writes time. There was a huge need to make so that seconds and milliseconds were considered and remov...
86
Quote: Originally Posted by Stepashka Увеличить скорость таймера. Эм, а чем это поможет? Как это реализовать, чтобы выв...
345
У меня есть команда, которая запускает секундомер, и чекпойнт, который останавливает его. Когда он останавлив...
345
Quote: Originally Posted by Noliax8 pawn Код: for(new i=0; i<MAX_PLAYERS; i++) SavePlayer(i); where put it? Код: if(!IsPlayerConnected(playerid)) return 1; Код: warn...
109
Код: public OnGameModeExit() { for(new i; i < sizeof(Intro); i++) { TextDrawDestroy(Intro[i]); } for(new i=0; i<MAX_PLAYERS; i++) { SavePlayer(i); } return 1; } К...
99
Код: public OnGameModeExit() { for(new i; i < sizeof(Intro); i++) { TextDrawDestroy(Intro[i]); } for(new i=0; i<MAX_PLAYERS; i++) { SavePlayer(i); } return 1; } К...
109
Привет. У меня появилась проблема. Слетают аккаунты, мод не RLS и т.д. Слетают аккаунты иногда не все, не всегда п...
99
Hello. I have a problem. Flies accounts. They can fly not only after the restart, and after disconnected from the server, and it happens that data written to one account of another account. What could...
109
Hi, can anybody help me? I want to make a list with the top players on points. But the peculiarity of this top to points taken from your account. That is no player on the server and in the top shows t...
70
Quote: Originally Posted by rockhopper But Isn't That CMD working ? CMD Working, but..how can i do it..if player left the car and use /car old car don't destroy..How do that old car des...
163
I think I understand what the problem is! When we use / car we call the function Код: DestroyVehicle (PlayerInfo [playerid] [pSpawnVehicle]); Thus, if we do not have a car, she cleans the car of...
163