- เครดิต
- 35
- ความรู้
-
- เงิน $
-
- ความดี
-
|
public DCount(playerid)
{
new string[256];
GameTextForPlayer(playerid, "~r~Gogogo", 3000, 3);
GameTextForPlayer(PlayerDrift[playerid], "~r~Gogogo", 3000, 3);
format(string, sizeof(string), ">>> GOGOGO!! <<<");
ProxDetector(40.0, playerid, string,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED,COLOR_RED);
if(PlayerDriftStart[playerid] == 1)
{
TogglePlayerControllable(playerid, 1);
TogglePlayerControllable(PlayerDrift[playerid], 1);
TextDrawShowForPlayer(playerid,DriftText[playerid]);
TextDrawShowForPlayer(PlayerDrift[playerid],DriftText[PlayerDrift[playerid]]);
}
return 1;
}
public DCount1(playerid)
{
new string[256];
GameTextForPlayer(playerid, "~r~1", 3000, 3);
GameTextForPlayer(PlayerDrift[playerid], "~r~1", 3000, 3);
format(string, sizeof(string), ">>> 1 <<<");
ProxDetector(40.0, playerid, string,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
return 1;
}
public DCount2(playerid)
{
new string[256];
GameTextForPlayer(playerid, "~r~2", 3000, 3);
GameTextForPlayer(PlayerDrift[playerid], "~r~2", 3000, 3);
format(string, sizeof(string), ">>> 2 <<<");
ProxDetector(40.0, playerid, string,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
return 1;
}
public DCount3(playerid)
{
new string[256];
GameTextForPlayer(playerid, "~r~3", 3000, 3);
GameTextForPlayer(PlayerDrift[playerid], "~r~3", 3000, 3);
format(string, sizeof(string), ">>> 3 <<<");
ProxDetector(40.0, playerid, string,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
return 1;
} |
|