Search Results
By the way, no need for
PHP Code:
'%d'Â
, just
PHP Code:
%dÂ
, it is not a string
466
I have no issues with it on win10
2,085
Quote:
Originally Posted by GRiMMREAPER
Just display the information that's displayed on a regular user.
Bots don't have rich presence
17,802
Search for
PHP код:
SetPlayerScoreÂ
in your code maybe, and see where is the fault.
492
Quote:
Originally Posted by Ermanhaut
Program an entire server for someone who doesn't code is like giving a machine gun to a mutant shark.
Or, he takes onto the role of a Project Manag...
2,063
PHP код:
alias:createobject("cobj", "cobject");Â
gives error
PHP код:
error 010: invalid function or declarationÂ
76,123
PHP код:
alias:createobject("cobj", "cobject");Â
error
PHP код:
error 010: invalid function or declarationÂ
366
What are those
PHP код:
>>>Â
after
PHP код:
GetPlayerColorÂ
524
PHP код:
SetPlayerCameraLookAt(playerid,1397.2776,-1571.4238,142.4507);Â
Shouldn't be the same with the CameraPos, try adding the coords of where you want the camera to look at, for examp...
307
How do you call a Pawn.CMD command from another command?
Found already
PHP код:
PC_EmulateCommand(playerid, "/command");Â
76,123
375
Well, you can save the vehicle ID in a pvar or player enum, once a vehicle explodes, check if it is a job vehicle and then check if any player has that vehicle ID assigned to them by iterating through...
343
Query string length should be the count of characters used in the query as it is in the script, or the count of characters which will be once those values are replaced by actual values?
For example
...
421
PHP код:
D:\Programming\Projects\SAMP\UGRP environment\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Internal\..\YSI_Server\y_scriptinit.inc(141) : error 036: empty sta...
375
Quote:
Originally Posted by jasperschellekens
This is your problem:
PHP код:
<sizeof(sfpdcars);Â
You are treating sfpdcars as a string.
What you want to do is this:
PHP Ð...
730
