11.09.2011, 02:14
Quote:
Copy "public OnDialogResponse(...)" from my script, and add to Las Venturas CNR's one, before "if(dialogid == ...)"
and at the end add a '}' |
pawn Код:
case 0:
{
// Give Weapon1
}
case 1:
{
// Give Weapon2
}
case 2:
{
// Give Weapon3
}
pawn Код:
GivePlayerWeapon(playerid, 24, 100);