06.07.2009, 18:07
Hi there,
I'm looking for a wait function, something like
Thanks
I'm looking for a wait function, something like
Код:
SendClientMessage(h, COLOR_YELLOW, "Please wait..."); Wait(3); //Means the server waits for 3 seconds before continuing SendClientMessage(h, COLOR_YELLOW, "Ok. Please select gun...");