Comando cada 20 Segundos
#1

Hola alguien sabe como puedo hacer que este comando "/ccar nr" se pueda hacer cada 20 segundos ? ?

como utilizo el settimer ? en este comando ?



if (!strcmp("/ccar nr", cmdtext, true))
{
new VehNrg, Float, Float:y, Float:z, Float:a;
GetPlayerPos(playerid, x, y, z);
GetPlayerVehicleID(playerid);
GetPlayerFacingAngle(playerid, a);
SpawnAuto[playerid] = CreateVehicle(522, x, y+2, z+1, a, -1, -1, -1);
SetVehicleVirtualWorld(VehNrg, GetPlayerVirtualWorld(playerid));
GivePlayerMoney(playerid, -500);
SendPlayerFormattedText(playerid," Has comprado un Vehiculo ($-500)", 0);


return 1;
}
Reply


Messages In This Thread
Comando cada 20 Segundos - by MandaleMecha - 10.04.2016, 18:04
Respuesta: Comando cada 20 Segundos - by losrivarola98 - 10.04.2016, 18:39
Respuesta: Comando cada 20 Segundos - by losrivarola98 - 10.04.2016, 19:06
Respuesta: Comando cada 20 Segundos - by FelipeAndres - 10.04.2016, 19:09
Respuesta: Comando cada 20 Segundos - by losrivarola98 - 10.04.2016, 19:26
Respuesta: Comando cada 20 Segundos - by FelipeAndres - 10.04.2016, 20:36
Respuesta: Comando cada 20 Segundos - by OTACON - 11.04.2016, 02:53

Forum Jump:


Users browsing this thread: 1 Guest(s)