18.12.2013, 18:19
(
Last edited by ZaturN; 19/12/2013 at 10:43 AM.
)
Mude isto:
Para isto:
_____________________________
Mude isto
Para isto:
@NГO TESTEI, CASO NГO FOR ME AVISE
PHP Code:
TextDrawShowForPlayer(playerid, Flash);
PlayerPlaySound(playerid,1132,0.0,0.0,0.0);
format(gstring, 128," | RADAR | Velocidade Registrada: %iKm/h",velocid);
SendClientMessage(playerid,Amarelo,gstring);
PHP Code:
TextDrawShowForPlayer(playerid, Flash);
PlayerPlaySound(playerid,1132,0.0,0.0,0.0);
format(gstring, 128," | RADAR | Velocidade Registrada: %iKm/h",velocid);
GameTextForPlayer(playerid, gstring, 6000, 1);
Mude isto
PHP Code:
if(aradar[playerid] == 0){
format(gstring, 256," | RADAR | Velocidade Registrada: %iKm/h",velocid);
SendClientMessage(playerid,AmareloClaro,gstring);
aradar[playerid] = 1;
PHP Code:
if(aradar[playerid] == 0){
format(gstring, 256," | RADAR | Velocidade Registrada: %iKm/h",velocid);
GameTextForPlayer(playerid, gstring, 6000, 1);
aradar[playerid] = 1;