Posts: 41
Threads: 0
Joined: Dec 2014
[QUOTE=sprtik;3731689]I have absolutely no idea what you mean.
set player client command exemple:
SetPlayerCommandClient(playerid, "/fpslimit 90");
link to command Client SA:MP
https://sampwiki.blast.hk/wiki/Client_Commands
sorry, i bad speake english!
Posts: 1,659
Threads: 17
Joined: Sep 2008
@shiftlol, I can suggest to create the per player actor functions. I know what it is possible, but it's huge work.
PHP код:
CreateActorForPlayer(playerid, modelid, Float:X, Float:Y, Float:Z, Float:Rotation)
Posts: 41
Threads: 0
Joined: Dec 2014
Quote:
Originally Posted by ZiGGi
@shiftlol, I can suggest to create the per player actor functions. I know what it is possible, but it's huge work.
PHP код:
CreateActorForPlayer(playerid, modelid, Float:X, Float:Y, Float:Z, Float:Rotation)
|
you have skype? give me ...
Posts: 173
Threads: 39
Joined: Dec 2010
Reputation:
0
Many bugs on linux In your last updates.
Now Im using In R17.
Posts: 1,659
Threads: 17
Joined: Sep 2008
Quote:
Originally Posted by DRIFT_HUNTER
Lets say 3 players are online. 0,1,2. 0-White, 1-Blue, 2-Green. Now we use SetPlayerMarkerForPlayer, and set that 0 see 1 and 2 as RED. And if we want to return to Blue and Green for id 0, we would use ResetPlayersMarkersForPlayer since Blue and Green are global colors for 1 and 2.
|
I think that ResetPlayerMarkerForPlayer(playerid, resetplayerid) are more useful than ResetPlayersMarkersForPlayer(playerid).
I implemented this feature in the pull request:
https://github.com/IllidanS4/YSF/pull/1
Posts: 1,659
Threads: 17
Joined: Sep 2008
Quote:
Originally Posted by DRIFT_HUNTER
Just a question, did you have to find RPC by yourself?
|
Yep, it's pretty simple.
Posts: 1,266
Threads: 6
Joined: Oct 2014
I am always getting this errors when compling the source file with visual studio 2015 I tried Enterprise and it gave me another erros and tried professional version it gave me these errors :'c
Код:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _GetModuleInformation@16 referenced in function "unsigned long __cdecl FindPattern(char *,char *)" (?FindPattern@@YAKPAD0@Z) YSF E:\YSF\YSF-R17\Utils.obj 1
Severity Code Description Project File Line Suppression State
Error LNK1120 1 unresolved externals YSF E:\YSF\YSF-R17\bin\win32\Debug\YSF.dll 1
do you have an idea why they showing for me :'c?
Note: I am noob on c++ and those stuff :3
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by Spmn
Add psapi.lib to your linker:
Код:
#pragma comment(lib, "psapi.lib") // in main.cpp
|
Thank you so much ._., mate you're the best O.O