Недавнее содержимое от AxweII

  1. AxweII

    Другое SAMPFUNCS | API C++

    Однако все равно крашит. Что то тут не так.. Ведь без этой гребаной регистрации команды все работает!
  2. AxweII

    Другое SAMPFUNCS | API C++

    Даже если так сделать: #include <Windows.h> #include <string> #include <assert.h> #include "CSAMPFUNCS.h" CSAMPFUNCS *SF = new CSAMPFUNCS(); void _cdecl cmd_show_info_player( char *param ){}; void CALLBACK mainloop(void) { static bool init = false; if(!init) {...
  3. AxweII

    Другое SAMPFUNCS | API C++

    void _cdecl cmd_show_info_player( char *param ) { int i = atoi( param ); char buf[128]; stRemotePlayer *pPlayer = SF->getSAMP()->getPlayers()->pRemotePlayer[ i ]; sprintf_s( buf, "Nickname - %s, Ping - %d, Score - %d, isNPC - %d, AFKState - %d"...
  4. AxweII

    Другое SAMPFUNCS | API C++

    Такая тема: fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory DirectX SDK стоит!
  5. AxweII

    Другое SAMPFUNCS | API C++

    Про класс CCLEO можно поподробнее? Хотя бы пару слов про него