Jump to content
  • 0

Tasta pe Comanda


K0vrigel

Question

8 answers to this question

Recommended Posts

  • 0
4 hours ago, AlexxAdv said:

La public onplayerkeystatechange

if (newkeys == KEY_LOOK_BEHIND) {

     cmd_engine(playerid,"");

Bunule, uite asa se face.

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
	if(newkeys == KEY_LOOK_BEHIND) return cmd_engine(playerid, params); // Fara []
	return 1;
}

 

maxresdefault.jpg

 

 

 

Link to comment
Share on other sites

  • 0
Acum 20 minute, ASGOOD a spus:

Bunule, uite asa se face.


public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
	if(newkeys == KEY_LOOK_BEHIND) return cmd_engine(playerid, params); // Fara []
	return 1;
}

 

 

;) 

 

public OnPlayerKeyStateChange( playerid, newkeys, oldkeys ) 
{
	if( newkeys == KEY_LOOK_BEHIND ) 
	{
		return cmd_engine( playerid, params );
	}

	return true;
}

 

Link to comment
Share on other sites

  • 0
10 hours ago, ASGOOD said:

Bunule, uite asa se face.


public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
	if(newkeys == KEY_LOOK_BEHIND) return cmd_engine(playerid, params); // Fara []
	return 1;
}

 

Garantez ca merge si cum am zis eu ;)

Link to comment
Share on other sites

  • 0

Sunt foarte sigur ca nu merge.

On 5/17/2018 at 6:41 PM, AlexxAdv said:

La public onplayerkeystatechange

if (newkeys == KEY_LOOK_BEHIND) {

     cmd_engine(playerid,"");

Dar astea 2 merg sigur.

21 hours ago, LeonardPWN said:

 


public OnPlayerKeyStateChange( playerid, newkeys, oldkeys ) 
{
	if( newkeys == KEY_LOOK_BEHIND ) 
	{
		return cmd_engine( playerid, params );
	}

	return true;
}

 

 

22 hours ago, ASGOOD said:

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
	if(newkeys == KEY_LOOK_BEHIND) return cmd_engine(playerid, params); // Fara []
	return 1;
}

 

 

maxresdefault.jpg

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.