Search Results
This is sick, awesome job team!
6,075
EDIT* Nevermind, it's actually OnPlayerConnect.
30
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
30
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 ...
16
No errors, it just doesn't work in game.
16
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...
16
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 ...
27
Anyone have any soltuions? I've deleted Strtok and it gives all the errors except Strtok
16
I did and it gave me the other 25 errors
16
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 ...
16
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...
14
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...
42
I've tried two ways, OnPlayerDeath and SetPlayerInHospital, neither way works. And I just tried Potheads way and it still failed to work.
129
I currently tried putting this under OnPlayerDeath, however failed to work.
Код:
if(IsAtEvent[playerid] == 1)
{
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid, 0);
SetPla...
129
It didn't work, I still go to the hospital
129
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'...
129
Код:
if(IsAtEvent[playerid] == 1)
{
SetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]);
SetPlayerArmour(playerid, PlayerInfo[playerid][pArmor]);
SetPlayerInterior(playerid, ...
17
What's wrong with this command? I'm putting it below OnPlayerDeath...
Код:
if(IsAtEvent[playerid] == 1)
{
SetPlayerHealth(playerid, PlayerInfo[playerid][pHealth]);
SetPlayerArmour(...
17