28.08.2012, 18:00
Hey guys, I am working on Zuc's multimode and I get this warnings:
![](http://prikachi.com/images/504/5197504Q.png)
Problem line (2827):
Problem line (2833)
Full code (From 2827 to 2833)
Please help me.
![](http://prikachi.com/images/504/5197504Q.png)
Problem line (2827):
pawn Код:
if(listitem == 5) (
pawn Код:
new sk=GetPlayerSkin(playerid);
pawn Код:
if(listitem == 5){
if(Options[Language]==1)format(string, sizeof(string), "--- %s и entrato nel Mondo COPS AND ROBBERS", NomeGiocatore1);else
if(Options[Language]==2)format(string, sizeof(string), "--- %s has joined in World COPS AND ROBBERS", NomeGiocatore1);
SendClientMessageToAll(WorldChoosed,string);print(string);SetPlayerVirtualWorld(playerid,COPS_AND_ROBBERS__WORLD);
SetPlayerWeather(playerid,TEMPO_COPS_AND_ROBBERS);SetPlayerTime(playerid,ORARIO_COPS_AND_ROBBERS,00);
SetPlayerColor(playerid,FREEROAM_PLAYER);SceltaMondiFatta[playerid]=5;}
new sk=GetPlayerSkin(playerid);