30.03.2009, 09:08
I want on you INC to example. But i dont know.
Example:
Help... 
My English is Bad...
Example:
Code:
new lspark; new caligulas; new fourdragons;
Code:
lspark = SetPlayerCheckpoint(playerid, 1277.8204,-2039.3345,59.0079, 3.0); // Los Santos Parkı caligulas = SetPlayerCheckpoint(playerid, 2159.1150,1680.2651,10.6953, 3.0); // Caligula's Gazinosu fourdragons = SetPlayerCheckpoint(playerid, 2040.9434,1007.0724,10.6719, 3.0); // Four Dragon's Gazinosu
Code:
if(checkpoint == lspark)
{
GivePlayerWeapon(playerid,31,500);
}
if(checkpoint == caligulas)
{
GivePlayerWeapon(playerid,37,500);
}
if(checkpoint == fourdragons)
{
GivePlayerWeapon(playerid,35,500);
}

My English is Bad...

