SA-MP Forums Archive
4 warning - 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: 4 warning (/showthread.php?tid=608908)



4 warning - Jopaa - 06.06.2016

Im create some register/login with textdraws
When click on textdraw,show dialog(English is bad.)
PHP код:
(23342) : warning 202number of arguments does not match definition
(23353) : warning 202number of arguments does not match definition
(23440) : warning 217loose indentation
(23472) : warning 217loose indentation 
http://prntscr.com/bcysmo // printscreen


Re: 4 warning - Jonesy96 - 06.06.2016

What function is being ran on line 23342 and line 23353?

In regards to the loose indentation warning, look around the lines it's indicating, you'll most likely have a } out of place.


Re: 4 warning - Jopaa - 06.06.2016

Here , when you click on a half shows you the diaolg and choose male or female


Re: 4 warning - ilijap - 06.06.2016

Brate probaj ovako

Zameni
PlayerTextDrawShow(playerid, Reg[9][playerid], 29);
sa
PlayerTextDrawShow(playerid, Reg[9][playerid]);

I

PlayerTextDrawShow(playerid, Reg[9][playerid], 91);
sa
PlayerTextDrawShow(playerid, Reg[9][playerid]);


Re: 4 warning - Jopaa - 06.06.2016

Fala baki,ljubi brat :*