04.04.2014, 18:06
Hello,
I have a problem when I run into the pickup comes nothing. And when I do a command it then stands SERVER: Unkown Command.
code:
I have a problem when I run into the pickup comes nothing. And when I do a command it then stands SERVER: Unkown Command.
code:
Код:
ocmd:test(playerid,params[])
{
new string2[200];
for(new i=0;i!=MAX_AUTOHAUS;i++)
{
if(IsPlayerInRangeOfPoint(playerid,3,AutoHaus[i][aX],AutoHaus[i][aY],AutoHaus[i][aZ]))
{
for(new n=1;n<sizeof(AutoHausAuto);n++)
{
format(string2,sizeof string2,"\n%s",CarName[AutoHausAuto[n][aAutoID] - 400]);
}
ShowPlayerDialog(playerid,DIALOG_AUTOHAUS,DIALOG_STYLE_LIST,"Autohaus",string2,"Weiter","");
}
continue;
}
return 1;
}


