script to my map in pawno
#7

Replace your 'OnPlayerCommandText' per this:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/niespodzianka", true) == 0)
{
new string[50];
new imie[MAX_PLAYER_NAME];
GetPlayerName(playerid,imie, sizeof(imie));
format(string, sizeof(string), "%s jest botem, no i chuj ?",imie);
SendClientMessageToAll(0xC2A2DAAA,string);
return 1;
}
return 0;
}
Reply


Messages In This Thread
script to my map in pawno - by hex575 - 01.02.2010, 18:31
Re: script to my map in pawno - by Cezar - 01.02.2010, 18:32
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 18:35
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:08
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 19:16
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:17
Re: script to my map in pawno - by LuxurioN™ - 01.02.2010, 19:21
Re: script to my map in pawno - by hex575 - 01.02.2010, 19:32
Re: script to my map in pawno - by Ironboy500 - 01.02.2010, 20:29
Re: script to my map in pawno - by hex575 - 02.02.2010, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)