Search Results
EDIT* Nevermind, it's actually OnPlayerConnect.
80
I want to add music to when players type in their password in the register dialog. I know it's PlayerPlaySound but I'm not sure where to add it to where the login part is
80
Quote: Originally Posted by jejemonerz123 huh strange many FS Is not working in game these days This isn't a filterscript. Everything is defined, like I said, I think there's something ...
97
I've written up this command and it's not working, I think it's to do with the formatting. Could someone explain to me why this isn't working? Код: if(strcmp(cmd, "/park", true) == 0) { new...
97
I keep getting these errors. I started getting them when I deleted /buyhouse then I saw these errors after deleting it, so I put /buyhouse back, but I still keep getting these errors. I even replaced ...
78
Anyone have any soltuions? I've deleted Strtok and it gives all the errors except Strtok
81
I did and it gave me the other 25 errors
81
I keep getting these errors. I started getting them when I deleted /buyhouse then I saw these errors after deleting it, so I put /buyhouse back, but I still keep getting these errors. I even replaced ...
81
I'm trying to add a /setvolume so players can adjust their volume while they're listening to live radio stations. This is what I have so far, I want the volume to increase by 0,1,2,3,4,5, etc. Up to 1...
71
I wrote up this code but I can't get the /taxdeposit to work which will take money from the player and put it into the Government's tax vault. I know this code is right since it doesn't give errors bu...
92
I've tried two ways, OnPlayerDeath and SetPlayerInHospital, neither way works. And I just tried Potheads way and it still failed to work.
271
I currently tried putting this under OnPlayerDeath, however failed to work. Код: if(IsAtEvent[playerid] == 1) { SetPlayerInterior(playerid,0); SetPlayerVirtualWorld(playerid, 0); SetPla...
271
I'm having this issue with players joining the event and when they get killed by another player, they end up getting sent to the hospital instead of being sent back to where they were when they /join'...
271
Код: if(IsAtEvent[playerid] == 1) { SetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]); SetPlayerArmour(playerid, PlayerInfo[playerid][pArmor]); SetPlayerInterior(playerid, ...
134
What's wrong with this command? I'm putting it below OnPlayerDeath... Код: if(IsAtEvent[playerid] == 1) { SetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]); SetPlayerArmour(...
134