08.09.2013, 12:51
pawn Код:
forward SearchCallHome(playerid);
public SearchCallHome(playerid)
{
new string[90];
new name[24];
GetPlayerName(playerid, name, sizeof(name));//error line
format(string, sizeof(string),"I need information about %s's House. Contact me when you find it.", name);
ProxDetector(20.0, playerid, string, COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK,COLOR_PINK);
return 1;
}