Need help :)
#1

Hey. I'm making a "player information" command. It looks like this:

Код:
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);
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

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.
Reply


Messages In This Thread
Need help :) - by Libra_PL - 22.02.2011, 16:55
Re: Need help :) - by maramizo - 22.02.2011, 17:15
Re: Need help :) - by Libra_PL - 22.02.2011, 17:17
Re: Need help :) - by maramizo - 22.02.2011, 17:23

Forum Jump:


Users browsing this thread: 1 Guest(s)