enter & exit bugg - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: enter & exit bugg (
/showthread.php?tid=138913)
enter & exit bugg -
sjvt - 03.04.2010
Hello, i did make what at command enter and exit but it don't show the text :S
maybe you know the bugg?
pawn Код:
if (strcmp(cmd, "/enter", true) ==0)
{
if(IsPlayerInRangeOfPoint(playerid, 4, HouseInfo[playerid][hEntrancex], HouseInfo[playerid][hEntrancey], HouseInfo[playerid][hEntrancez]))
{
SendClientMessage(playerid, COLOR_RED, "Press Enter or F to enter your house!");
}
if(IsPlayerInRangeOfPoint(playerid, 6, BusinessInfo[playerid][bEntrancex], BusinessInfo[playerid][bEntrancey], BusinessInfo[playerid][bEntrancez]))
{
SendClientMessage(playerid, COLOR_RED, "Press Enter or F to enter your Business!");
}
return 1;
}
pawn Код:
if (strcmp(cmd, "/exit", true) ==0)
{
if(IsPlayerInRangeOfPoint(playerid, 4, HouseInfo[playerid][hExitx], HouseInfo[playerid][hExity], HouseInfo[playerid][hExitz]))
{
SendClientMessage(playerid, COLOR_RED, "Press Enter or F to exit your house!");
}
if(IsPlayerInRangeOfPoint(playerid, 6, BusinessInfo[playerid][bExitx], BusinessInfo[playerid][bExity], BusinessInfo[playerid][bExitz]))
{
SendClientMessage(playerid, COLOR_RED, "Press Enter or F to exit your Business!");
}
return 1;
}
thanks
Re: enter & bugg -
sjvt - 03.04.2010
why post nobody :S
i need help
Re: enter & exit bugg -
sjvt - 03.04.2010
?bump?
Re: enter & exit bugg -
sjvt - 03.04.2010
bumpbump
Re: enter & exit bugg -
sjvt - 04.04.2010
pff comeone man :S
Re: enter & exit bugg -
Woet - 04.04.2010
'You can bump topics when the last reply is at least 12 hours old.'