- 0
Problema buton.
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
TrueCross
Salut, am si eu o problema minora, nu mi se executa codul cand apas doar tasta `F` sau ENTER, trebuie sa apas F / ENTER + alt sau space, aveti idee de ce? eu as vrea sa fie doar din F sau ENTER.
if (newkeys & KEY_SECONDARY_ATTACK && flymode[playerid] == 1)
{
new sendername[30], string[256];
GetPlayerName(playerid, sendername, sizeof(sendername));
flymode[playerid] = 0;
format(string,sizeof(string),"{F89AD6}Fly mode OFF.", sendername);
SCM(playerid, COLOR_RED, string);
StopFly(playerid);
SetPlayerHealthEx(playerid, 100);
return 1;
}
// face la fel si fara chestia cu flymode
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now