AddStaticPickup [Bug?]
#1

So after I pick up Armor or Health..

This is the result..
" target="_blank">
Reply
#2

OnPlayerPickUp please ?
Reply
#3

I just found...

pawn Код:
SetPlayerCameraPos(playerid, -2453.5051,-117.5298,26.1219);
    SetPlayerCameraLookAt(playerid, -2448.3794,-122.6430,26.1381);
    new veh = GetPlayerVehicleID(playerid);
    SetVehiclePos(veh, -2448.3794,-122.6430,26.1381);
    SetVehicleZAngle(veh, 274.8242);
    LinkVehicleToInterior(veh, 0);
    SetVehicleVirtualWorld(veh, 0);
    PutPlayerInVehicle(playerid, veh, 0);
    PlayerPlaySound(playerid, 1133, 0.0, 0.0, 10.0);
Reply
#4

Delete it and just set these functions SetPlayerHealth(playerid, 100); and Armor SetPlayerArmor(playerid, 100);
Reply
#5

Quote:
Originally Posted by Aprezt
Посмотреть сообщение
Delete it and just set these functions SetPlayerHealth(playerid, 100); and Armor SetPlayerArmor(playerid, 100);
thanks+ rep both. Man can you help me with this problem? After I spawn the Registration Dialog always popping up. And I know that I have already an account. Btw, Im using luxadmin.
Reply
#6

Depends where the showplayerdialog function executes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)