Search Results
This code is correct. Код: forward SwitchNewSound(); public SwitchNewSound() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerInAnyVehicle(i)) { Stop...
186
Код: forward SwitchNewSound(); public SwitchNewSound() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerInAnyVehicle[i]) { StopAudioStreamForPlayer[i...
186
Quote: Originally Posted by grymtn Players can own up to 3 cars but they all share same fuel even tho i created different varibles and different timers. Can somebodey take a look?[/CODE] ...
142
I'm not sure if this gonna work or not but give it a shot. Код: public timer_refuel(playerid) { new vid = GetPlayerVehicleID(playerid); if(vid==personalcar1[playerid]){ PlayerInfo[playerid][Fu...
142
Quote: Originally Posted by grymtn do a variable for playerskin and save skin in there like this Код: if(PlayerInfo[playerid][TrashDuty] == 0) { PlayerInf...
169
Who said it can't be GetPlayerPos, but it will require a little effort
126
This will help you out. https://sampwiki.blast.hk/wiki/GetPlayerVelocity
126
You're using MySQL script or?
122
One of your plugins or includes outdated.
92
Try this. Код: CMD:buylevel(playerid, params[]) { new str[50],pName[MAX_PLAYER_NAME],pID; new score = GetPlayerScore(playerid); if(TelahLogin[playerid]==0) return SCM(playerid,warna_me...
109