Search Results
PHP Code:     new bool:vehicleused[MAX_VEHICLES];     for(new i=0; i < MAX_PLAYERS; i++)     {         if(IsPlayerConnected(i) && IsPlayerInAnyVehicle(i))  ...
118
My OPC: PHP Code: public OnPlayerConnect(playerid) {     PlayAudioStreamForPlayer(playerid, "https://*******/2OInqJF");     SpamCount[playerid]=0;//Reset the SpamCount variable so ...
294
Quote: Originally Posted by Kaliber Well, sure, you could load only the ban variable from the database (or File System?) and check the value like you did What do you mean by 'only'? i...
294
and what would happen if i remove this from OPC? PHP Code: pInfo[playerid][IsBanned] = 0; 
294
And there is no way to do this on player connect?
294
Why my textdraw doesn't show up on OPC PHP Code: public OnPlayerConnect(playerid) {     if(pInfo[playerid][IsBanned] == 1)     {         TextDrawShowForPlayer(playerid, Textd...
294
Quote: Originally Posted by Proxus Depends where you buy it from. For one, you can't choose the subdomain of your choice so lack of freedom (obviously) And more importantly, if you get a l...
953
Quote: Originally Posted by Proxus I'm pretty sure a DNS would be the best way to do this. For example, there are websites like no-ip that offer DNS services. Remember, free ones are worse...
953