30.03.2013, 17:42
(
Последний раз редактировалось ThisIsAdrian; 17.04.2013 в 19:48.
)
Its all good now.
try to fix your warnings... but thats not the problem, rename your gm to vortexroleplay. dont use capital letters.
|
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3837) : warning 204: symbol is assigned a value that is never used: "string" C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3835) : warning 204: symbol is assigned a value that is never used: "vehicleid"
You can run it, but with all these warnings. To fix them, remove the lines "new blla blla blla;" over the lines where it appears, like:
Код:
C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3837) : warning 204: symbol is assigned a value that is never used: "string" C:\Users\ADRIAN\Desktop\DB-Gaming\gamemodes\VortexRoleplay.pwn(3835) : warning 204: symbol is assigned a value that is never used: "vehicleid" It's like that. I don't know how the lines are. If you provide me the place where these warnings happens, i'll fix them for you, |