Search Results
By the way, no need for
PHP Code:
'%d'Â
, just
PHP Code:
%dÂ
, it is not a string
26
I have no issues with it on win10
286
Quote:
Originally Posted by GRiMMREAPER
Just display the information that's displayed on a regular user.
Bots don't have rich presence
1,540
Search for
PHP код:
SetPlayerScoreÂ
in your code maybe, and see where is the fault.
65
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...
163
PHP код:
alias:createobject("cobj", "cobject");Â
gives error
PHP код:
error 010: invalid function or declarationÂ
3,703
PHP код:
alias:createobject("cobj", "cobject");Â
error
PHP код:
error 010: invalid function or declarationÂ
20
What are those
PHP код:
>>>Â
after
PHP код:
GetPlayerColorÂ
17
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...
18
How do you call a Pawn.CMD command from another command?
Found already
PHP код:
PC_EmulateCommand(playerid, "/command");Â
3,703
20
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...
18
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
...
21
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...
20
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 Ð...
19