Help with the Error 070
#3

Here the enum to:

PHP код:
enum jobcInfo
{
    
JName[35],
    
Location[30],
    
Float:posx,
    
Float:posy,
    
Float:posz
}; 
And so it is used thereafter:
PHP код:
for(new 0sizeof Jobcenteri++)
    {
        new 
jstr[100];
        
format(jstr,sizeof(jstr),"%s\nBenutze /job, um das Job-Menu aufzurufen",Jobcenter[i][JName]);
        
CreateDynamicPickup(1239,1,Jobcenter[i][posx],Jobcenter[i][posy],Jobcenter[i][posz],-1);
        
CreateDynamic3DTextLabel(jstr,0xBBBBBBFF,Jobcenter[i][posx],Jobcenter[i][posy],Jobcenter[i][posz]+0.5,10.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,-1,-1,-1,10.0);
    } 
Reply


Messages In This Thread
Help with the Error 070 - by Artemis92 - 26.06.2014, 19:37
Re: Help with the Error 070 - by Eth - 26.06.2014, 19:40
AW: Help with the Error 070 - by Artemis92 - 26.06.2014, 19:44
Re: Help with the Error 070 - by Eth - 26.06.2014, 19:47
AW: Help with the Error 070 - by Artemis92 - 26.06.2014, 19:58

Forum Jump:


Users browsing this thread: 2 Guest(s)