Пользователь
- Регистрация
- 14 Авг 2023
- Сообщения
- 111
- Автор темы
- #1
Выходят эти ошибки:
Сам код:
*Вначале цифры в скобках - номер строки!!!
Код:
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(2) : error 010: invalid function or declaration
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(4) : error 070: rational number support was not enabled
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(5) : error 010: invalid function or declaration
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(6) : error 010: invalid function or declaration
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(7) : error 010: invalid function or declaration
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(8) : error 010: invalid function or declaration
C:\Users\Тигран\Documents\samp proekt 14-20230918T152719Z-001\gamemodes\modules\textdraws\m_td.pwn(9) : error 010: invalid function or declaration
PHP:
(1)// Выбор скина при регистрации
(2)td_regskins [ 0 ] = TextDrawCreate ( 194.882217, 361.500061, "LD_SPAC:white" );
(3)TextDrawLetterSize ( td_regskins [ 0 ], 0.000000, 0.000000 );
(4)TextDrawTextSize ( td_regskins [ 0 ], 241.529464, 52.666584 ) ;
(5)TextDrawAlignment ( td_regskins [ 0 ], 1 ) ;
(6)TextDrawColor ( td_regskins [ 0 ], 471671551 ) ;
(7)TextDrawSetShadow ( td_regskins [ 0 ], 0 ) ;
(8)TextDrawSetOutline ( td_regskins [ 0 ], 0 ) ;
(9)TextDrawBackgroundColor ( td_regskins [ 0 ], 255 ) ;
(10)TextDrawFont ( td_regskins [ 0 ], 4 ) ;
(11)TextDrawSetProportional ( td_regskins [ 0 ], 0 ) ;
(12)TextDrawSetShadow ( td_regskins [ 0 ], 0 ) ;