13.05.2014, 11:18
(
Последний раз редактировалось SwiZzoR; 15.05.2014 в 13:08.
)
Quote:
pawn Код:
|
Quote:
Are you sure you have command named lv?
pawn Код:
|
and i have the coomand :
PHP код:
CMD:lv(playerid,params[])
{
new Float:Pos[3];
GetVehiclePos(GetPlayerVehicleID(playerid),Pos[0],Pos[1],Pos[2]);
SetVehiclePos(GetPlayerVehicleID(playerid),Pos[0],Pos[1],Pos[2]);
return SetPlayerInterior ( playerid ,0 ) ;
return 1;
}
PHP код:
switch ( listitem )
{
case 0: return cmd_lv(playerid);
undefined symbol "cmd_lv"
oops now its work, i used with y_command and now i change to zcmd and its work !