08.06.2010, 15:19
(
Последний раз редактировалось Jochemd; 04.02.2012 в 12:00.
)
Deprecated: You should not use this anymore, use this in stead.
Originally Posted by mads232
WTF IS THE COMMAND i cant find it
:P :P :P :P :P :P :P :P :P |
# public OnPlayerCommandText(playerid, cmdtext[]) { dcmd(v,1,cmdtext); return 0; } |
Originally Posted by PBomb
I think its this /v
Quote:
Correct me if im wrong! |
# dcmd_v(playerid,params[]) { pragma unused params ShowPlayerDialog(playerid,DIALOG_VEHICLE,DIALOG_STYLE_LIST,".:: Vehicle Spawn Menu - Index","Fast Cars\nBoats\nBikes\nPlanes\nHelicopters\nSpecial","Open","Close"); SendClientMessage(playerid,0xB4B4B4FF,".:: Vehicle spawn menu opened - choose a tab!"); return 1; }