18.04.2009, 21:41
Hi there,
To make that, you must return a true value when you're in jail, like that:
Have fun scripting.
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com
To make that, you must return a true value when you're in jail, like that:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(IsInJail(playerid)) // Variable here.
return 1;
// Your commands here
return 0;
}
Kind regards,
Francis Morissette
SA-MP Scripter
http://sa-mp.com