HELP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP (
/showthread.php?tid=392265)
HELP -
Riggster - 13.11.2012
I am making a enterable house on my server and I put this line in
mh = CreatePickup(1272,1,102,1580.0382,-1636.5688,13.5586,176.6850);
I have added a variable and then I get these warings and I dont know what they mean
C:\Users\Euan\Documents\SA-MP server\gamemodes\Trucking HQ.pwn(279) : warning 213: tag mismatch
C:\Users\Euan\Documents\SA-MP server\gamemodes\Trucking HQ.pwn(279) : warning 202: number of arguments does not match definition
C:\Users\Euan\Documents\SA-MP server\gamemodes\Trucking HQ.pwn(279) : warning 204: symbol is assigned a value that is never used: "mh"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.