Problem:Imam neki problem sa SetPlayerName,neki error,evo sta izbaci:
C:\Documents and Settings\Bjelic.ba\Desktop\BS\gamemodes\EGRP.pwn(16318) : error 035: argument type mismatch (argument 2)
A evo kod:
if(sscanf(inputtext, "s", novinick)) return ShowPlayerDialog(playerid,DIALOG_VIPNICK,DIALOG_STYLE_INPUT,"Promjeni nick","Upisite zeljeni nick","Promjeni nick","Izlaz");
SetPlayerName(playerid, novinick);
