07.09.2013, 09:54
First of all, show us the enum that is used from CInfo.
Then, just a test:
And compile. Does it still give the tag mismatch? By the way, the id is fine. It's an integer.
Then, just a test:
pawn Код:
// Replace:
SetPlayerPos(playerid, CInfo[id][entradax], CInfo[id][entraday], CInfo[id][entradaz]);
// To:
SetPlayerPos(playerid, 0.0, 0.0, 0.0);