/b problem - error 029
#3

Try:

PHP код:
stock GetName(playerid)
{
    new 
szName[MAX_PLAYER_NAME];
    
GetPlayerName(playeridszNamesizeof(szName));
    return 
szName;
}
forward ProxDetector(Float:radiplayeridstring[],col1,col2,col3,col4,col5);
public 
ProxDetector(Float:radiplayeridstring[],col1,col2,col3,col4,col5);
CMD:b(playeridparams[]) // line 500
{
    if(
isnull(params)) return SendClientMessage(playeridCOLOR_GREY"/b (text)");
    new 
string[144];
    
format(stringsizeof(string), "(( %s: %s ))"GetName(playerid), params);
    
ProxDetector(20playeridstringCOLOR_GREYCOLOR_GREYCOLOR_GREYCOLOR_GREYCOLOR_GREY);
    return 
1;

Reply


Messages In This Thread
/b problem - error 029 - by PrivatioBoni - 15.10.2013, 17:43
Re: /b problem - error 029 - by Konstantinos - 15.10.2013, 17:47
Re: /b problem - error 029 - by thomaswilliams - 15.10.2013, 17:55
Re: /b problem - error 029 - by PrivatioBoni - 15.10.2013, 18:08
Re: /b problem - error 029 - by Konstantinos - 15.10.2013, 18:14
Re: /b problem - error 029 - by Chrillzen - 15.10.2013, 18:22
Re: /b problem - error 029 - by PrivatioBoni - 15.10.2013, 19:01

Forum Jump:


Users browsing this thread: 1 Guest(s)