Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - stock NameDerFunktion(playerid){
 - for(new i=0; i<MAX_VEHICLES; i++){
 - new name[MAX_PLAYER_NAME], abzug;
 - GetPlayerName(playerid, name, sizeof(name));
 - if(!strcmp(name, cInfo[i][besitzer])){
 - if(cInfo[i][model] == 560){ //Sultan
 - abzug += 1500;
 - }else if(cInfo[i][model] == 411){ //Infernus
 - abzug += 3000;
 - }//und so weiter
 - }
 - }
 - return abzug;
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment