18.02.2011, 11:59
(
Последний раз редактировалось eran1x1; 19.02.2011 в 11:24.
)
Hi, I was made before few days a CheckPointStreamer (like cps if you know),
First I want to say that I don't have so good english, so please don't kill me if I have a spelling problem
So...
The commands are:
The different between
CP_AddCheckPoint
CP_AddVehicleCheckPoint
CP_AddPlayerCheckPoint
That CP_AddCheckPoint it for add a global check point
That CP_AddVehicleCheckPoint it for add a check point that the players who in vehicle will see the check point
That CP_AddPlayerCheckPoint is the opposite from CP_AddVehicleCheackPoint
Put in OnPlayerConnect this line:
Download:
http://uploading.com/files/done/6334d4fb
Fix from Cheack to Check...
Fix the bag that only id 0 see the check points
Enjoy!
First I want to say that I don't have so good english, so please don't kill me if I have a spelling problem
So...
The commands are:
PHP код:
CP_AddCheckPoint(Float:x,Float:y,Float:z,Float:size,Float:distance)
CP_AddVehicleCheckPoint(Float:x,Float:y,Float:z,Float:size,Float:distance)
CP_AddPlayerCheckPoint(Float:x,Float:y,Float:z,Float:size,Float:distance)
CP_DeletCheckPoint(CPID)
CP_GetCheckPointPos(CPID,&Float:x,&Float:y,&Float:z)
CP_SetCheckPointPos(CPID,Float:x,Float:y,Float:z)
CP_SetCheckPointSize(CPID,Float:size)
CP_GetCheckPointSize(CPID,&Float:size)
CP_IsPlayerInCP(playerid,CPID)
CP_GetPlayerCP(playerid)
CP_AddCheckPoint
CP_AddVehicleCheckPoint
CP_AddPlayerCheckPoint
That CP_AddCheckPoint it for add a global check point
That CP_AddVehicleCheckPoint it for add a check point that the players who in vehicle will see the check point
That CP_AddPlayerCheckPoint is the opposite from CP_AddVehicleCheackPoint
Put in OnPlayerConnect this line:
PHP код:
CP_OnPlayerConnect(playerid);
http://uploading.com/files/done/6334d4fb
Fix from Cheack to Check...
Fix the bag that only id 0 see the check points
Enjoy!