invalid expression, assumed zero - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: invalid expression, assumed zero (
/showthread.php?tid=417179)
invalid expression, assumed zero -
Stanford - 20.02.2013
Код:
C:\Users\TSC\Desktop\Project Moh\gamemodes\SOZ.pwn(18699) : error 029: invalid expression, assumed zero
Here's the line:
18699
Код:
else format(coordsstring, sizeof(coordsstring),"%s - (Level: %d) - (Playing hours: %d) - (Gender: %s) - (Age: %d) - (Phone number: %d) - (Warnings: %d)", GetPlayerNameEx(targetid), level, ptime, sext, age, pnumber, warns);
18698:
Код:
format(coordsstring, sizeof(coordsstring),"%s - (Level: %d) - (Playing hours: %d) - (Gender: %s) - (Age: %d) - (Phone number: None) - (Warnings: %d)", GetPlayerNameEx(targetid), level, ptime, sext, age, warns);
Help me to solve this and you'll get a reputation!.