22.02.2011, 16:55
Hey. I'm making a "player information" command. It looks like this:
I would like to add to see is player having speedboost on. Can anyone add that thing to this? (if enabled - 1: say "enabled", if disabled - "disabled"). I use speedboost[playerid]; For that, please make after "Z: %0.1f".
Thanks![Smiley](images/smilies/smile.png)
PS: Adding car jumping, flying, ramp on will be easier to add then (I don't know how to add now)
It can be really helpful in future scripts.
Код:
format(string, sizeof(string),"Interior: %d - Virtual World: %d - Position X: %0.1f - Y: %0.1f - Z: %0.1f", GetPlayerInterior(playerid2), GetPlayerVirtualWorld(playerid2), Float:X,Float:Y,Float:Z); SendClientMessage(playerid,yellow,string);
Thanks
![Smiley](images/smilies/smile.png)
PS: Adding car jumping, flying, ramp on will be easier to add then (I don't know how to add now)
![Smiley](images/smilies/smile.png)