little help
#1

PHP код:
    UnlockCar(carid);
        new 
msg[128];
        new 
string[128];
        new 
statusString[90];
        new 
newcar GetPlayerVehicleID(playerid);
        new 
newmodel GetVehicleModel(newcar);
        
format(statusStringsizeof(statusString), "~g~%s UNLOCKED"VehiclesName[newmodel-400]);
        
//ProxMessage(10.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
        //SendClientMessage(playerid, X11_WHITE, msg);
    
} else {
        
SendClientMessage(playeridX11_WHITE"USAGE: /unlock [carindex]");
    }
    return 
1;

I can't see the UNLOCKED and LOCKED on the screen... idk whats wrong..
Reply
#2

Well, you can't see something that you are not showing.
https://sampwiki.blast.hk/wiki/Function:GameTextForPlayer
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)