29.11.2013, 17:19
Hello all,today i tried to put one YCMD in my GameMode i'm still ond old strmp and i want to try put one command YCMD and try if it works to start re writing all commands in my gamemode.
So here is the thing
I downloaded last include ycmd i have put this on top of my gamemode
I've put command outside of any callback and i get those errors/warnings
I have read posts from ***** but i can't figure out what is problem
So here is the thing
I downloaded last include ycmd i have put this on top of my gamemode
pawn Код:
#include <YSI\y_commands>
I have read posts from ***** but i can't figure out what is problem
Код:
C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_als/impl.inc(43) : error 001: expected token: "-identifier-", but found "," C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(357) : error 029: invalid expression, assumed zero C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(1715) : error 029: invalid expression, assumed zero C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_hooks/impl.inc(1752) : warning 201: redefinition of constant/macro (symbol "OnVehicleDamageStatusUpdate") C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_bintree.inc(378) : warning 219: local variable "right" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_bintree.inc(511) : warning 219: local variable "right" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(878) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1437) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1492) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1545) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1567) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1630) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1858) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(1962) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(2103) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\pawno\include\YSI\y_commands.inc(2400) : warning 219: local variable "hash" shadows a variable at a preceding level C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(1811) : error 025: function heading differs from prototype C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(14506) : error 035: argument type mismatch (argument 2) C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(36239) : error 025: function heading differs from prototype C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100573) : warning 218: old style prototypes used with optional semicolumns C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100573) : warning 218: old style prototypes used with optional semicolumns C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100575) : error 017: undefined symbol "SCM" C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100584) : error 017: undefined symbol "GetPlayerNameEx" C:\Users\Niko_Crawford\Desktop\ERP Test Version\gamemodes\v1.8 poslednji sa introm[BackuP zadnji]\larp.pwn(100591) : error 017: undefined symbol "GetPlayerNameEx" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.