SA-MP Forums Archive
zGaming point help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: zGaming point help (/showthread.php?tid=390583)



zGaming point help - Ryan_Michael - 06.11.2012

I am using zGaming and want to add points I know How to add them but don't know what to put where

This is what I go so far... Need to know where to point the rest

Boat Dealer|0|0|0.000000|0.000000|0.000000|0


Re: zGaming point help - Glad2BeHere - 07.11.2012

NEXT TIME BROWSE THREW THE SCRIPT

pawn Код:
enum pointInfo
{
    pName[32],//name of point
    pTime,//timer on the point
    pOwner,//owner
    Float:pX,//position x
    Float:pY,//position y
    Float:pZ,//position z
    pProfit,//profit to gain
    pPickup,//pickupid
    Text3D:pText//text of pickup
}
new PointInfo[MAX_POINTS][pointInfo];



Re: zGaming point help - MrLazyAss - 10.11.2012

Quote:
Originally Posted by Glad2BeHere
Посмотреть сообщение
NEXT TIME BROWSE THREW THE SCRIPT

pawn Код:
enum pointInfo
{
    pName[32],//name of point
    pTime,//timer on the point
    pOwner,//owner
    Float:pX,//position x
    Float:pY,//position y
    Float:pZ,//position z
    pProfit,//profit to gain
    pPickup,//pickupid
    Text3D:pText//text of pickup
}
new PointInfo[MAX_POINTS][pointInfo];
Next time just ctrl + f point and see what comes up i know you can find it without making this thread -.-