[HELP] Command /getpizza - 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] Command /getpizza (
/showthread.php?tid=492024)
[HELP] Command /getpizza -
Samuel6 - 02.02.2014
Hello Guys Of Forums Samp Help me with this
i need the command getpizza, i have this code
pawn Код:
/*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;
}*/
This is Desactivated Because it Give me a Warning
Can anyone Help me ?
There the 3dtextlabel
pawn Код:
CreateDynamic3DTextLabel("Type /getpizza from a Pizzaboy \nPara conseguir pizzas para entregar!",COLOR_YELLOW,-1713.961425, 1348.545166, 7.180452, 4.0); //getpizza
Re: [HELP] Command /getpizza -
Shockey HD - 02.02.2014
What errors are you getting?
Respuesta: [HELP] Command /getpizza -
Samuel6 - 02.02.2014
I No Getting Error Because the Command No Exist...
I getting a Warning Only
the last line of pawno
Respuesta: [HELP] Command /getpizza -
Samuel6 - 03.02.2014
Help me please !!
Re: Respuesta: [HELP] Command /getpizza -
ikey07 - 03.02.2014
Quote:
Originally Posted by Samuel6
I No Getting Error Because the Command No Exist...
I getting a Warning Only
the last line of pawno
|
And what that warning says?
Respuesta: [HELP] Command /getpizza -
Samuel6 - 05.02.2014
This is Warning
Quote:
C:\Users\BRAVOECO25\asdas\ProyectoRP\gamemodes\LGR P.pwn(92146) : warning 203: symbol is never used: "GetPizzaDistance"
|