Jump to content
  • 0

Problema /acolor gm burned !


KenzonAdv

Question

6 answers to this question

Recommended Posts

  • 1

La "OnPlayerText'. după if(realchat) pune:

 else if(PlayerInfo[playerid][pAdmin] == 7) 
{
format(string, sizeof(string), "{FFFFFF}[Scripter %s: %s]", GetNameEx(playerid), text);
ProxDetector(20.0, playerid, string,-1,-1,-1,-1,-1);
}

 

Edited by MachuPicchu
Link to comment
Share on other sites

  • 0
Acum 8 ore, Azze47 a spus:

Ma poate ajuta cineva sa pun si eu ca admin 7 gen sa apara cand scriu pe chat [Scripter Azze47: help me] 

Cine ma poate ajuta !

in loc de functia f(PlayerInfo[playerid][pAdmin] < 5   pui ce numar doresti tu .

FiveGame  Lands

Pawno Developer, Mapping , Scripter

Since 2016

Link to comment
Share on other sites

  • 0
On 3/19/2019 at 6:29 AM, MachuPicchu said:

La "OnPlayerText'. după if(realchat) pune:


 else if(PlayerInfo[playerid][pAdmin] == 7) 
{
format(string, sizeof(string), "{FFFFFF}[Scripter %s: %s]", GetNameEx(playerid), text);
ProxDetector(20.0, playerid, string,-1,-1,-1,-1,-1);
}

 

Imi da erroare 

Link to comment
Share on other sites

  • 0
Acum 23 minute, Azze47 a spus:

Imi da erroare 

Nu ai variabila pentru string

new string[12];
else if(PlayerInfo[playerid][pAdmin] == 7) 
{
format(string, sizeof(string), "{FFFFFF}[Scripter %s: %s]", GetNameEx(playerid), text);
ProxDetector(20.0, playerid, string,-1,-1,-1,-1,-1);
}
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.