fatal error 102: table overflow: "staging buffer"
#1

Code:
pawn Код:
format(Query, sizeof(Query), Query, ReturnName(playerid),PlayerInfo[playerid][pLevel],
        PlayerInfo[playerid][pSpawn],
        PlayerInfo[playerid][pTester],
        PlayerInfo[playerid][pHelper],
        PlayerInfo[playerid][pAdmin],
        PlayerInfo[playerid][pRegularRank],
        PlayerInfo[playerid][gPupgrade],
        PlayerInfo[playerid][pConnectSeconds],
        PlayerInfo[playerid][pReg],
        PlayerInfo[playerid][pSex],
        PlayerInfo[playerid][pAge],
        PlayerInfo[playerid][pGPS],
        PlayerInfo[playerid][pOrigin],
        PlayerInfo[playerid][pCK],
        PlayerInfo[playerid][pMuted],
        PlayerInfo[playerid][pFrozen],
        PlayerInfo[playerid][pBlind],
        PlayerInfo[playerid][pExp],
        PlayerInfo[playerid][pCash],
       PlayerInfo[playerid][pAccount],
        PlayerInfo[playerid][pCrimes],
        PlayerInfo[playerid][pCrimeReason],
           //. . . List goes on for 228 more variables
Error:
Quote:

fatal error 102: table overflow: "staging buffer"

Reply
#2

The error says everything...You've got too many variables.
Reply
#3

Aaand... what am I supposed to do? Writing PlayerInfo[playerid] (this being the only line) didn't work
Reply
#4

No, delete some lines, PlayerInfo[playerid][pCash] for example is correct code.Just the dialog can't be showed, because they are too many variables as I said.
Reply
#5

I'm not showing any dialog.
Reply
#6

Why would you want to have a table so damn big anyways? You should break it up in to a bunch of tables categorized by type.
Reply
#7

Anyway, you should delete some lines and try again!
Reply
#8

Quote:
Originally Posted by [uL]Pottus
Посмотреть сообщение
Why would you want to have a table so damn big anyways? You should break it up in to a bunch of tables categorized by type.
The question isn't why I need it - let's say I simply need it.
Reply
#9

pawn Код:
PlayerInfo[playerid][pTester],
        PlayerInfo[playerid][pHelper],
        PlayerInfo[playerid][pAdmin],
        PlayerInfo[playerid][pRegularRank],
        PlayerInfo[playerid][gPupgrade],
Do you really need that many variables for what looks like admin ranks?
Reply
#10

Like I said, I do need everything I got there
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)