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