Jump to content
  • 0

Problema /acolor gm burned !


Question

Posted

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 !

6 answers to this question

Recommended Posts

  • 1
Posted (edited)

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
  • 0
Posted

pai si ce treaba are acolor cu numele de scripter, la burned ai deja gradele facute, cat le schimbi numele, e asa greu?

Ares4  =(

 

 

  • 0
Posted
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

  • 0
Posted
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 

  • 0
Posted
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);
}

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.