Raised This Month: $ Target: $400
 0% 

Please help


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
Boomd
Junior Member
Join Date: Jun 2012
Old 07-05-2012 , 11:44   Please help
#1

Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/enter", cmdtext, true, 10) == 0)
	{
        if(IsPlayerInPlace(playerid, 2309.8423, -1644.9840, 14.8270))
        SetPlayerInterior(playerid, 11);
		SetPlayerPos(playerid, 501.8214, -69.0665, 998.7578);
        SetPlayerShopName(playerid,"FDBAR");
		SendClientMessage(playerid, 0xAFAFAFAA, "Ти влезе в бара");
		return 1;
	}
	if (strcmp("/exit", cmdtext, true, 10) == 0)
	{
        if(IsPlayerInPlace(playerid, 501.8214, -69.0665, 998.7578))
        SetPlayerInterior(playerid, 11);
		SetPlayerPos(playerid, 2309.8423, -1644.9840, 14.8270);
		SetPlayerInterior(playerid, 0);
		SendClientMessage(playerid, 0xAFAFAFAA, "Ти излезе от бара");
	}
	if(!strcmp(cmdtext, "/drinks", true))
{
    if(IsPlayerInPlace(playerid, 497.1258, -75.9710, 998.7578))
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Какво желаеш?", "Спрайт ($10)\nБира ($20)\nВино ($30)", "Купи", "Излез");
    return 1;
}
	return 0;
}
D:\igri\GTA San Andreas\filterscripts\xc.pwn(8 : error 017: undefined symbol "IsPlayerInPlace"
D:\igri\GTA San Andreas\filterscripts\xc.pwn(97) : error 017: undefined symbol "IsPlayerInPlace"
D:\igri\GTA San Andreas\filterscripts\xc.pwn(105) : error 017: undefined symbol "IsPlayerInPlace"

What is the problem ?
Boomd is offline
Boomd
Junior Member
Join Date: Jun 2012
Old 07-05-2012 , 11:45   Re: Please help
#2

I am from Bulgaria that's why it is on a diffrent language
Boomd is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-05-2012 , 11:47   Re: Please help
#3

Sorry, we do not support GTA

__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode