04.06.2010, 20:30
pawn Код:
new LottoCP;
public OnGameModeInit()
{
LottoCP = CreateDynamicCP(2424.1038,-1742.7649,13.5443, 1, -1, 0, -1, 10);
return 1;
}
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
if(checkpointid == LottoCP)
{
SendClientMessage(playerid, color, "Welcome! Here you can buy lotto ticket with the /lotto command.");
}
return 1;
}