- 0
Cum sa fac?
-
Similar Content
-
- 4 replies
- 1.828 views
-
- 3 replies
- 533 views
-
- 0 replies
- 579 views
-
Cum Adau un Anticheat pe serverul de samp ? totul este facut perfect dar am observat ca sunt codati si nu stiu ce sa fac in aceasta privinta , va rog mult daca poate cineva sa ma ajute sa rezolv treaba asta ca am cautat vreo 2 zile peste tot internetul
By Decisivul,
- 0 replies
- 681 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Akatsume
Salut, am si eu o problema cu niste scripturi am bagat in Gm asta
if(dialogid == FIGHTMENU)
{
if(response)
{
if(listitem == 0)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_BOXING);
SendClientMessage(playerid, COLOR_GREEN, " You now know how to box !");
}
if(listitem == 1)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_ELBOW);
SendClientMessage(playerid, COLOR_GREEN, " You now know how to fight better !");
}
if(listitem == 2)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KNEEHEAD);
SendClientMessage(playerid, COLOR_GREEN, " You now know how to fight better !");
}
if(listitem == 3)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU);
SendClientMessage(playerid, COLOR_GREEN, " You now know how to fight better !");
}
if(listitem == 4)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_GRABKICK);
SendClientMessage(playerid, COLOR_GREEN, " You now know how to fight better !");
}
if(listitem == 5)
{
SetPlayerFightingStyle (playerid, FIGHT_STYLE_NORMAL);
}
}
}
Dar imi da error laif(listitem == 1) if(listitem == 2) if(listitem == 3) if(listitem == 4) if(listitem == 5)
Cum sa fac sa nu mai dea error?
6 answers to this question
Recommended Posts