Quote:
Originally Posted by [D]ry[D]esert
You cant have 4D array, i mean:
pawn Код:
ToyInfo[playerid][tName][..][toyid]; //that isnt possible, becase you are having playerid, name, and string, and toyid, you can only have 3.
i think this would solve your problem:
pawn Код:
enum ToySystem { tCreated, tEquipped, tIndexID, tModelID, tBoneID, Float: tOffsetX, Float: tOffsetY, Float: tOffsetZ, Float: tRotX, Float: tRotY, Float: tRotZ, Float: tScaleX, Float: tScaleY, Float: tScaleZ } new ToyInfo[MAX_PLAYERS][ToySystem][MAX_TOYS]; new tName[MAX_PLAYERS][MAX_TOYS][128];
|
Hello I already fixed these problems please see here my new thread thankyou..
https://sampforum.blast.hk/showthread.php?tid=500009