Search Results
How about using with sampgdk? It will be possible? (С++ and sampgdk)
25,206
Quote: Originally Posted by GWMPT Install the locales on the server, it might work afterwards. Use the following command: Код: locale-gen <language><.<charset>> Exam...
175
Quote: Originally Posted by NewbProgrammer There's a .a file that doesn't like you, is my guess. Possible. But I hooked it up (lib/libmysqlclient.a) and installed all the libraries. I t...
175
Hi. Recompile the plugin (written for Windows) on Linux. Use sampgdk and mysql connector for C library. Compiles successfully but at server startup, writes about the not found the plugins. But, the na...
175
Quote: Originally Posted by NewbProgrammer Код: SetTimer(1000, false, YourTimerName, (void *) playerid); // Somewhere else. void SAMPGDK_CALL YourTimerName(int timerid, void *data) { ...
436
Hello all. Sorry for my bad english. But i'll try to speak it Need the timer to send the playerid. Function SetTimerEx does not exist. What function to use? Or how to send playerid via SetTimer? T...
436
Quote: Originally Posted by CodeBreaker Попробуй вызвать setplayercamerapos таймером через небольшой промежуток времени 300 мс к п...
195
Здравствуйте! Возникла проблема. При попытке убрать стрелочки (">>>", "<<<", "Spawn") при коннекте, используя...
195
Quote: Originally Posted by OKStyle Рисовать бокс сразу с наполнением. Спасибо, проблема решена.
159
Quote: Originally Posted by OKStyle Всё верно. Т.к. задний фон в другую сторону движется при увеличении. Другими словами...
159
Без превьюшек: http://i.imgur.com/yDkNEVY.png С превьюшками: http://i.imgur.com/AceQlat.png
159
ТекстДравы настроен на отображение по центру (делал в iPleomax). При открытии ТекстДравы на половину отрывается (...
159
Quote: Originally Posted by alanhutch Show the code when you show the TextDraw. Код: TextDrawSetPreviewModel(TextDrawSelection[15], 1); TextDrawShowForPlayer(playerid, TextDrawSelec...
74
Sorry for my bad English, I will try to speak it Problem: when using TextDrawSetPreviewModel, TextDraw shifts to the right When created: http://i.imgur.com/5T19M2d.png Using TextDrawSetPreviewModel...
74
Quote: Originally Posted by jhonyxakep Скачать новую версию, эту ошибку фиксили ещё очень давно. Версия iTD актуальна. Ка...
107
Возникла проблема в там, что iTD iPleomax при экспорте проекта не верно указывает третий аргумент TextDrawTextSize. А имен...
107
Quote: Originally Posted by rodrijose2009 Код: TextDrawTextSize(Text:text, Float:x, Float:y) text The TextDraw to set the size of. x The size on the X axis (left/right) following the s...
155
The problem was in string: Код: TextDrawTextSize(Textdraw[0], 70.000000, 0.000000); Namely, the third argument: Код: 0.000000 But now there's a new question () How to choose a value for 0.0000...
155