26.02.2009, 23:22
Hey i have some problems with a time
its when you call 911 it take some times before you are patched
but the problem is some where here
The problem is when i call this Message dont stop i want it to say this one time i just keep going and going the text wont stop thats the problem
help me please
Код:
SetTimer("PDcall",2400,6);
but the problem is some where here
Код:
public PDcall(playerid)
{
SendClientMessage(playerid, COLOR_DBLUE, "Police HQ: 911 it's Tony as speaking.");
SendClientMessage(playerid, COLOR_DBLUE, "Police HQ: Please give me a short description of the crime and the Suspect.");
return 0;
}
help me please

