error 075: input line too long (after substitutions)
#1

I'm trying to figure out the best way to shorten this without disrupting anything and I can't figure it out, I need your help.

pawn Код:
format(string, sizeof(string), "UPDATE Users SET Password='%s',Admin='%d',Money='%d',Skin='%d',Armor='%f',Health='%f',Xpos='%f',Ypos='%f',Zpos='%f',Apos='%f',Interior='%d' WHERE Name='%s'", UserStats[playerid][Password], UserStats[playerid][Admin], UserStats[playerid][Money], UserStats[playerid][Skin], UserStats[playerid][Armor], UserStats[playerid][Health], UserStats[playerid][Xpos], UserStats[playerid][Ypos], UserStats[playerid][Zpos], UserStats[playerid][Apos], UserStats[playerid][Interior], UserStats[playerid][Name]);
Basically I need that split over multiple lines.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)