zGaming point help
#1

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
Reply
#2

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];
Reply
#3

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 -.-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)