enter & exit bugg
#1

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
Reply
#2

why post nobody :S i need help
Reply
#3

?bump?
Reply
#4

bumpbump
Reply
#5

pff comeone man :S
Reply
#6

'You can bump topics when the last reply is at least 12 hours old.'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)