3 warnings
#1

iam edit trucking gm

http://pastebin.com/NnDAwY0C


warnings



PHP код:
D:\sa-mp\game modes\trucks\gamemodes\public.pwn(73) : warning 219local variable "MissionPay" shadows a variable at a preceding level
D
:\sa-mp\game modes\trucks\gamemodes\public.pwn(87) : warning 213tag mismatch
D
:\sa-mp\game modes\trucks\gamemodes\public.pwn(73) : warning 203symbol is never used"MissionPay"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
3 Warnings

Reply
#2

Can you post this in pastebin? Rather than placing large ammounts of code here?
Reply
#3

Quote:
Originally Posted by Steven82
Посмотреть сообщение
Can you post this in pastebin? Rather than placing large ammounts of code here?
sory done
Reply
#4

Quote:
Originally Posted by oOegyptOo
Посмотреть сообщение
why no one help me 51 visitor and no one help i should make topic title please help pleaaaaaaaaaaaaase heeeeeelp?
Sir, what is your problem?
Don't bump your topic when only 1 hour has passed, Learn to wait.
First warning is because you have 2 variables with the same name. Just change the name of that variable.
I haven't taked the time to read the others, not because i don't want to help but because i can't enter pastebin, if you want you can send me a private message, from here and i may check it.

Good Day,
Sincerly,

6d.
Reply
#5

Try
pawn Код:
new MissionPlayer2;
pawn Код:
// Make something use MissionPlayer2 For my example i would use it for
if(Carid[vehicleid] == MissionPlayer2)
{
   // Blah blah the warnings will go away
Reply
#6

Quote:
Originally Posted by Kitten
Посмотреть сообщение
Try
pawn Код:
new MissionPlayer2;
pawn Код:
// Make something use MissionPlayer2 For my example i would use it for
if(Carid[vehicleid] == MissionPlayer2)
{
   // Blah blah the warnings will go away
more explain the warnings didnot go the bug in this line i think

PHP код:
stock CreatePlayerMission(playeridbool:TrailerCheckMissionPayFloat:StartxFloat:StartyFloat:StartzFloat:EndxFloat:EndyFloat:Endz)

and
line 436
PHP код:
CreatePlayerMission(playeridTruckingMissionRandom[rand][UseTrailerCheck], TruckingMissionRandom[rand][loadx],TruckingMissionRandom[rand][loady], TruckingMissionRandom[rand][loadz], TruckingMissionRandom[rand][unloadx],TruckingMissionRandom[rand][unloady], TruckingMissionRandom[rand][unloadz]); 
Reply
#7

Egypt, if I were ya, I'd forget that, cause I have a GM (made another, seriously this time :P), which has 26 warnings, and works perfectly; my GM of before has that of warning
Код:
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posx" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posy" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posz" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\YSI/Visual/YSI_objects.own(3096) : warning 219: local variable "objects" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\YSI/Visual/YSI_objects.own(3193) : warning 219: local variable "set" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(72) : warning 201: redefinition of constant/macro (symbol "COR_AZUL")
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(230) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(239) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(258) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(258) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(296) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(410) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(426) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(567) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(576) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(583) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(669) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(689) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(758) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(798) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(804) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(841) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(858) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(863) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(863) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(868) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(873) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(878) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(878) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(880) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(883) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(888) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(893) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(901) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "Z"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "Y"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "X"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(911) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(921) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(924) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(942) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(943) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(961) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(980) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(982) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1005) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1025) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1119) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1119) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1127) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "Cores"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "Object_Object"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "PlayerInfo"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "RandomSpawn"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "VehicleNames"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "level"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "matador"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "team"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


73 Warnings.
Actually on my new GM, 26, and works 100% -_-
Reply
#8

Quote:
Originally Posted by blackwave
Посмотреть сообщение
Egypt, if I were ya, I'd forget that, cause I have a GM (made another, seriously this time :P), which has 26 warnings, and works perfectly; my GM of before has that of warning
Код:
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posx" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posy" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\VUF.inc(251) : warning 219: local variable "posz" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\YSI/Visual/YSI_objects.own(3096) : warning 219: local variable "objects" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\pawno\include\YSI/Visual/YSI_objects.own(3193) : warning 219: local variable "set" shadows a variable at a preceding level
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(72) : warning 201: redefinition of constant/macro (symbol "COR_AZUL")
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(230) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(239) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(258) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(258) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(296) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(410) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(426) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(567) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(576) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(583) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(669) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(689) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(758) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(778) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(797) : warning 213: tag mismatch
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(798) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(804) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(841) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(858) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(863) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(863) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(868) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(873) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(878) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(878) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(880) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(883) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(888) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(893) : warning 225: unreachable code
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(901) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "Z"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "Y"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(903) : warning 203: symbol is never used: "X"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(911) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(921) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(924) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(942) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(943) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(961) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(973) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(980) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(982) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1005) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1025) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1119) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1119) : warning 202: number of arguments does not match definition
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1127) : warning 217: loose indentation
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "Cores"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "Object_Object"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "PlayerInfo"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "RandomSpawn"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "VehicleNames"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "level"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "matador"
C:\Documents and Settings\FeLiPe\Desktop\Server SAMP\gamemodes\Felipe.pwn(1222) : warning 203: symbol is never used: "team"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


73 Warnings.
Actually on my new GM, 26, and works 100% -_-
idk iam not sure i will test it with these 3 warnings and tell you if it work 100%
Reply
#9

loooool its working perfect 100% whats the reason for these errors i want know

6d

First warning is because you have 2 variables with the same name. Just change the name of that variable.

no any variables with the same name
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)