[HELP] CreateDynamicCP
#3

pawn Код:
public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
        if(checkpointid == YourCPId)
        {
                GivePlayerMoney(playerid,Money);
                SetPlayerPos(playerid,Float:x,Float:y,Float:z);
                SendClientMessage(playerid,GREEN,"You have recieved  $Money");
        }
        return 1;
}
Reply


Messages In This Thread
[HELP] CreateDynamicCP - by California_ - 30.01.2013, 03:55
Re: [HELP] CreateDynamicCP - by Threshold - 30.01.2013, 04:42
Re: [HELP] CreateDynamicCP - by MA_proking - 30.01.2013, 04:44

Forum Jump:


Users browsing this thread: 2 Guest(s)