Search Results
On the part of your code where you want it to exit you need to put "else if" instead of "if" it thinks your pressing F to exit when your entering because it's finding the wrong coordinates.
401
Quote:
Originally Posted by ajwar
Are you shure about this? How low can i have it so that it won't lag for players
Like Irinel says you can do it on player update which is normally a f...
277
Put an
Код:
else if
on the exit
Should be this give it a try:
Код:
else if(IsPlayerInRangeOfPoint(playerid, 2, -27.3025,-57.6649,1003.5469) || IsPlayerInRangeOfPoint(playerid, 2, 207.0638,-1...
401
delete the break; on line 17215 and 17230.
401
Do you mean its not updating fast enough? If so you need to decrease the time on your speedometer update timer
example:
Код:
speedotimer[playerid] = SetTimerEx("Speedo",200,1,"i",playerid);
Chan...
277
Its asking to define "done"
I dont know what your using that for so give this a try
Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
new string[128];
if(!IsPlayerLoggedIn(p...
401
Sorry I couldn't help I dont know what else to suggest :S
429
This is how I use it on my script, Worth a try
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
switch(dialogid)
{
case DIALOG_CARRADIO:
{
...
429
Have you tried?
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_CARRADIO)
{
new veh = GetPlayerVehicleID(playerid);
...
429
Can you show us some of your OnDailogResponse code?
429
Код:
[19:24:42] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap() <----- What the ... means this?? i need to fix??
This is because AllowAdminTeleport was removed in 0...
417
You need to open Garhouse with Pawno and recompile it with the new version of Streamer.inc
download the include and plugin from here http://code.******.com/p/samp-stream...9.zip&can=2&q=
417
It shouldn't do if you have both Up to date versions.
417
Make sure you have the up to date Streamer Plugin and Streamer.inc then Recompile your script.
http://code.******.com/p/samp-stream...9.zip&can=2&q=
417
yeah everything is defined, I can pick it up on foot, but not driving.
278
Quote:
Originally Posted by Glad2BeHere
https://sampwiki.blast.hk/wiki/IsPlayerInAnyVehicle
That didn't work unfortunately.
278
Hey guys im trying to do a pick-up which brings up a dialogue box whilst in a vehicle, Ive done everything but the Pickup does not recognise there is the vehicle there.
any help would be grateful
He...
278