16.01.2015, 05:58
Hello Guys
i Have Problems
My Choose With Numbers
its Working Fine But When i /Close i Done Close it i Write numbers i see it Working
What this bug and how to fix it to disable ?
why when i /close > And when i type numbers its work > Why ? how to fix
i Have Problems
My Choose With Numbers

its Working Fine But When i /Close i Done Close it i Write numbers i see it Working
What this bug and how to fix it to disable ?
PHP код:
CMD:show(playerid, params[])
{
Show(playerid);
ShowText[playerid] = 1;
return 1;
}
CMD:close(playerid, params[])
{
Hide(playerid);
ShowText[playerid] = 0;
return 1;
}
PHP код:
if(text[0] == '1') // if he write 1 in chat
{
if(ShowSkyText[playerid] == 1) // If Textdraws are open.
{
GivePlayerWeapon(playerid, 46, 46);
SetPlayerPos(playerid, 1686.9702,-1312.8329,872.7163);
}
}
if(text[0] == '2') // if he write 2 in chat
{
if(ShowSkyText[playerid] == 1)
{
GivePlayerWeapon(playerid, 46, 46);
SetPlayerPos(playerid, -2112.7942,659.1328,875.6769);
}
}
if(text[0] == '3') // if he write 1 in chat
{
if(ShowSkyText[playerid] == 1) // If Textdraws are open.
{
GivePlayerWeapon(playerid, 46, 46);
SetPlayerPos(playerid, 2343.6409,1521.8400,732.7235);
}
}
