20.11.2011, 06:14
okay so let me start off by saying, im really new to scripting, i know you guys say to read the wiki, so thats what im doing, now onto my question, im looking at..
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
GivePlayerMoney(playerid, 1000);
DisablePlayerCheckpoint(playerid);
return 1;
}
how would i be able to make it so that when a player enters that checkpoint, anotherone shows up for them to go to?
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
GivePlayerMoney(playerid, 1000);
DisablePlayerCheckpoint(playerid);
return 1;
}
how would i be able to make it so that when a player enters that checkpoint, anotherone shows up for them to go to?