Extr3m3Tr3z Posted May 19, 2020 Report Share Posted May 19, 2020 C:\sampsv\gamemodes\Tuts.pwn(102) : error 001: expected token: ",", but found ";" C:\sampsv\gamemodes\Tuts.pwn(147) : error 001: expected token: ",", but found ";" C:\sampsv\gamemodes\Tuts.pwn(147) : error 029: invalid expression, assumed zero C:\sampsv\gamemodes\Tuts.pwn(147) : warning 215: expression has no effect C:\sampsv\gamemodes\Tuts.pwn(147) : error 001: expected token: ";", but found ")" C:\sampsv\gamemodes\Tuts.pwn(147) : fatal error 107: too many error messages on one line Linii: 102: format(gString, sizeof(gString), "Email setat: %s", (inputtext); 147: SCM(playerid, COLOR_DARKRED, gString); Quote Link to comment Share on other sites More sharing options...
DiBlaine Posted May 19, 2020 Report Share Posted May 19, 2020 (edited) Incearca acum: 102: format(gString, sizeof(gString), "Email setat: %s", inputtext); 147: SCM(playerid, COLOR_DARKRED, gString); Daca si acum ai eroarea de la 147, da-ne si cateva linii mai sus de 147(gen 145 si 146). Edited May 20, 2020 by DiBlaine Quote Link to comment Share on other sites More sharing options...
NERS Posted May 20, 2020 Report Share Posted May 20, 2020 inputtext); fara paranteza deschisa Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.