too many error messages on one line
#9

Quote:
Originally Posted by Crayder
View Post
Did I answer you question? I was asking you to show us the code... XD
My bad

PHP Code:
enum pkrInfo
{
    
pkrActive,
    
pkrPlaced,
    
pkrObjectID,
    
pkrMiscObjectID[MAX_POKERTABLEMISCOBJS],
    
Text3D:pkrText3DID,
    
Float:pkrX,
    
Float:pkrY,
    
Float:pkrZ,
    
Float:pkrRX,
    
Float:pkrRY,
    
Float:pkrRZ,
    
pkrVW,
    
pkrInt,
    
pkrPlayers,
    
pkrActivePlayers,
    
pkrActiveHands,
    
pkrSlot[6],
    
pkrPass[32],
    
pkrLimit,
    
pkrPulseTimer,
    
pkrBuyInMax,
    
pkrBuyInMin,
    
pkrBlind,
    
pkrTinkerLiveTime,
    
pkrDelay,
    
pkrSetDelay,
    
pkrPos,
    
pkrRotations,
    
pkrSlotRotations,
    
pkrActivePlayerID,
    
pkrActivePlayerSlot,
    
pkrRound,
    
pkrStage,
    
pkrActiveBet,
    
pkrDeck[52],
    
pkrCCards[5],
    
pkrPot,
    
pkrWinners,
    
pkrWinnerID,
};
new 
PlayerTextDrawPlayerPokerUI[MAX_PLAYERS][255]; 
Reply


Messages In This Thread
too many error messages on one line - by Zyova - 24.01.2015, 01:05
Re: too many error messages on one line - by Schneider - 24.01.2015, 03:02
Re: too many error messages on one line - by marshallbrown - 24.01.2015, 03:18
Re: too many error messages on one line - by Zyova - 24.01.2015, 03:39
Re: too many error messages on one line - by Zyova - 24.01.2015, 03:56
Re: too many error messages on one line - by Crayder - 24.01.2015, 04:10
Re: too many error messages on one line - by Zyova - 24.01.2015, 04:18
Re: too many error messages on one line - by Crayder - 24.01.2015, 04:36
Re: too many error messages on one line - by Zyova - 24.01.2015, 04:54
Re: too many error messages on one line - by Zyova - 24.01.2015, 12:25

Forum Jump:


Users browsing this thread: 1 Guest(s)