30.07.2009, 07:22
Quote:
Originally Posted by [SAP
Francis ]
Nothing worked at all in what yezizhu posted. |
Код:
//edit #define Imp_BanEx(%1) BanEx(%1) //to #define BanEx(%1) Imp_BanEx(%1)
Код:
public OnPlayerConnect(playerid){ BanEx(playerid,"You get pwned!!!"); return true; }