01.05.2011, 03:08
Hello, i havent tested this script, but this is what i have so far.
And i have this in public OnPlayerEnterCheckpoint(playerid)
I need help figuring out when you do /guide, and you goto the marker where the bank is, it will reset and say something like "Good, you found a bank, now to the LSPD" or something and it will set one next to the LSPD.
Dont be a troller/hater, i am a new scripter.
Thanks
Da(fuckin)Realz.
pawn Код:
if (strcmp("/guide", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, COLOR_RED, "You have opened your guide booklet.");
SendClientMessage(playerid, COLOR_RED, "First, we start off showing you where the bank is");
SendClientMessage(playerid, COLOR_RED, "You can Deposit and Withdraw money in here.");
SetPlayerCheckpoint(playerid, 1462.6707, -1022.0826, 23.8281, 3.0);
SendClientMessage(playerid, COLOR_RED, "A marker has been set at the bank.");
return 1;
}
return 0;
}
pawn Код:
DisablePlayerCheckpoint(playerid);
return 1;
}
Dont be a troller/hater, i am a new scripter.
Thanks
Da(fuckin)Realz.