05.03.2009, 18:19
dcmd_pu(playerid, params[])
{
if (gTeam[playerid]==LSPD)
{
SendClientMessageToAll(COLOR_BLUE, "This is the Los Santos Police, pull over now!! ");
}
#pragma unused params
return 1;
}
Ok I fixed,but no use
{
if (gTeam[playerid]==LSPD)
{
SendClientMessageToAll(COLOR_BLUE, "This is the Los Santos Police, pull over now!! ");
}
#pragma unused params
return 1;
}
Ok I fixed,but no use