/help Command / IsAtCarshop Prob
#1

Quote:

if(IsAtCarshop(playerid, 0))
{
if(strcmp(cmdtext, "/help carshop", false) == 0)
SendClientMessage(playerid,blue,"[!] You are not at the Car Shop!");
}
else
{
if(strcmp(cmdtext, "/help carshop", true) == 0)
{
SendClientMessage(playerid,blue,"[!] Find a CarDealer, and see which vehicles he can sell you.");
return 1;
}
}

I`m having a problem, if a player isn`t at a car shop, and types /help carshop, it comes normally(you are not at carshop), but if a player enters the car shop and types that it tells him the same!
HELP?!?
Reply
#2

You will have to post the IsAtCarshop method so that we can understand this
Reply
#3

http://pastebin.com/m1230a7a
http://forum.sa-mp.com/index.php?topic=83714.0

...
Reply
#4

help?!?!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)