Search Results
Find the recent code part you added to your script.
18
Код:
CheckAccountConnection(playerid){
new pName[MAX_PLAYER_NAME], query[512];
GetPlayerName(playerid, pName, sizeof(pName));
mysql_format(MHandle, query, sizeof(query), "SELECT * F...
28
You can print.
28
Quote:
Originally Posted by Thanks
heeeelp
Maybe post the code you already had it?
21
Copy and Pasted will not help your problem
https://sampforum.blast.hk/showthread.php?tid=589891
21
bump
still won't load it like it's not calling the funtion
40
Quote:
Originally Posted by Runn3R
cache_get_value_name_float(i, "Cam_ID", DID);
Still the same error
Код:
enum SpeedTraps
{
Float:CamX,
Float:CamY,
Float:CamZ,
Float:CamAng...
40
Quote:
Originally Posted by PowerPC603
PHP код:
cache_get_value_name_float(i, "Cam_ID", DID);
You still need this to load the ID from the database.
Without it, DID will alw...
40
idk what is it?
Код:
mysql_tquery(mysql, "SELECT * FROM `cams`", "LoadCams");
Код:
enum SpeedTraps
{
Float:CamX,
Float:CamY,
Float:CamZ,
Float:CamAngle,
CamSpeed,
CamObj1,
CamObj2
}
n...
40
It's not loading anything from the LoadCams.
Код:
mysql_tquery(mysql, "SELECT * FROM `cams` ORDER BY CamID ASC", "LoadCams");
Код:
enum SpeedTraps
{
Cam_ID,
Float:CamX,
Float:CamY,
Fl...
40
Still doing it.
increase the distance but still didn't show but one. show when im close to it
24
Quote:
Originally Posted by ISmokezU
Misread sorry, if you want the checkpoint on the mini map use https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
Still don't get it
it should be o...
24
I have a problem on the mini map. it won't show the red mark but if the player close to it. it shows
CreateDynamicCP(godmission[rand][x], godmission[rand][y], godmission[rand][z], 10);
24
Quote:
Originally Posted by Flamehaze7
You have to let DCP do something to not get that warning.
so how about the enter?
Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(GetP...
43
Quote:
Originally Posted by Ahmad45123
Just remove all the rest variables to leave it default.
PHP код:
DCP = CreateDynamicCP(missiongod[rand][x], missiongod[rand][y], missiongo...
43
Quote:
Originally Posted by Ahmad45123
What do you need it to do when user enters cp ?
yes
i already have outside of the code
new DCP;
#define size 7.5
Код:
error 017: undefin...
43
Quote:
Originally Posted by Flamehaze7
Код:
CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
Just replace t...
43
Can anyone give me a example how to create dynamic CP
like TestDCP = setdynamiccp
this my array
MissionGod[rand][x], MissionGod[rand][y], MissionGod[rand][z]
then enter and
Код:
public...
43