Welcome to GOM-Team.com ! If this is your first visit feel free to look around. You can Register Here ! And Login Here
 
> 1 <

Author Message

marius

[1] GOM User


Online status

10 posts

Location: Lithuania marijampole
Occupation:
Age:
Current Mood: who knows

#88994   2009-12-29 13:41 GMT      
Hello all website users.Today i do new sa-mp tutorial.How to Make Timer.Ok Let's start.
First Step:
Top Script Write This Code.
forward timer();
Second Step: //Find ongamemodeinit or onfilterscriptinit line and write after it this code
SetTimer("timer",10000,true); //You can change this 10000 numbers
Third Step: // Go in the bottom of and write this code
public timer()
{
SendClientMessage(playerid,0xAA3333AA,"TEST THIS CODE");
// This Code 0xAA3333AA is color..This color is red. You can find all colours codes in wiki.sa-mp.com

Congratulation you are made new timer

Tutorial by Marius

Sorry for my bad english
> 1 <