SetCarHealth?
#7

Quote:
Originally Posted by Mike_Peterson
Посмотреть сообщение
Then, either go use it or use strtok + strval
zcmd + sscanf is fastest even though i'd rather
dcmd + sscanf since dcmd is just a line and zcmd a include/plugin (dno)
strcmp + strtok = hmm... a long alternative.
Ignorance is bliss.

zcmd is easier to use in comparison to dcmd. You don't need to calculate the length of a command name, have a lengthy OnPlayerCommandText to declare your commands or anything. You just need to include zcmd and create a command like so:

pawn Код:
CMD:lol(playerid, params[]) {
   return 1;
}
Reply


Messages In This Thread
SetCarHealth? - by Face9000 - 03.10.2010, 11:11
Re: SetCarHealth? - by LarzI - 03.10.2010, 11:15
Re: SetCarHealth? - by Face9000 - 03.10.2010, 12:13
Re: SetCarHealth? - by Mike_Peterson - 03.10.2010, 12:16
Re: SetCarHealth? - by LarzI - 03.10.2010, 12:24
Re: SetCarHealth? - by MadeMan - 03.10.2010, 12:38
Re: SetCarHealth? - by Calgon - 03.10.2010, 12:54
Re: SetCarHealth? - by Mike_Peterson - 03.10.2010, 13:06
Re: SetCarHealth? - by Face9000 - 03.10.2010, 13:13
Re: SetCarHealth? - by MadeMan - 03.10.2010, 13:47

Forum Jump:


Users browsing this thread: 2 Guest(s)