Quote:
Originally Posted by VincentDunn
In the line
pawn Код:
INSERT INTO `Houses` (`EnterX`,`EnterY`,`EnterZ`,`EnterVw`,`EnterInt`,`Set`,`Owned`,`Price`)VALUES (`pPos[0]`,`pPos[1]`,`pPos[2]`,`GetPlayerVirtualWorld(playerid)`,`GetPlayerInterior(playerid)`,`1`,`0`,`price`)");
You're literally trying to write fields in with "pPos[0]". Make a string and format those variables into it accordingly.
|
oh wow, i derped big time on that one, thank you.