help me with /getpizza "Unknown Command" - 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 me with /getpizza "Unknown Command" (
/showthread.php?tid=545587)
help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
so iam testing our HSRP script which is kinda old however when i do /getpizza when iam on the bike it says "unknown command"
if you know the problem or how to fix i will appreciate if you can
Re: help me with /getpizza "Unknown Command" -
Eth - 09.11.2014
mind showing me the command?
Re: help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
sure
should i send you the whole pwn?
Re: help me with /getpizza "Unknown Command" -
Eth - 09.11.2014
no no just the command, open up the game mode in PAWNO program then CTRL+F a new small window will appear and you should find: "Search For:" then you will see a box in front of it, Type in: getpizza then it will direct you to there, Copy the whole getpizza code then paste it here.
Re: help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
i get this
http://pastebin.com/0YQjqyms
if thats not what you looking for just download the pwn
https://www.mediafire.com/?jj43qws82qqgq8b
Re: help me with /getpizza "Unknown Command" -
Glossy42O - 09.11.2014
try that
PHP код:
Float:GetPizzaDistance(houseid)
{
new Float: pDistance;
pDistance = GetDistance(-1713.961425, 1348.545166, 7.180452, HouseInfo[houseid][hExteriorX], HouseInfo[houseid][hExteriorY], HouseInfo[houseid][hExteriorZ]);
return pDistance;
}
Re: help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
when i do that and compile it , it says GetPizzaDistance is never used
Re: help me with /getpizza "Unknown Command" -
Quickie - 09.11.2014
show ur /pizza command
and please dont make a new thread with this problem
https://sampforum.blast.hk/showthread.php?tid=545522
Re: help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
can you look at the pwn? sorry for wasting your time but im shit at coding
Re: help me with /getpizza "Unknown Command" -
Samieastwood - 09.11.2014
can anyone help or find the problem?