hi can any one help me
#3

Here is your answer!

I didn't know how to do this either actually! Let me tell you how I came up with the conclusion of how to get the answer to YOUR question. I ******d random words that had to do with samp, stars and being wanted, and I didn't even spell it out well or used much grammar and it was on my first search anyways.

Example:
pawn Код:
CMD:givestar(playerid, params[])
{
     new targetID, level;
     if(sscanf(params, "ui", targetID, level)) return 1;
     new alreadyWanted = GetPlayerWantedLevel(targetID);
     
     if(alreadyWanted == 0)
     {
           SetPlayerWantedLevel(targetID, level);
           return 1;
     }
     return 1;
}
Reply


Messages In This Thread
hi can any one help me - by moustafa0550 - 27.12.2013, 15:34
Re : hi can any one help me - by med01 - 27.12.2013, 16:14
Re: hi can any one help me - by Hansrutger - 27.12.2013, 16:43

Forum Jump:


Users browsing this thread: 1 Guest(s)