Search Results
Quote:
Originally Posted by Sunehildeep
There's a solution already https://www.youtube.com/watch?v=QGURHS1iAoU
tried this, didnt work for me
411
Quote:
Originally Posted by ISmokezU
It's not a problem! a feature of windows? Just don't do the combination...
are you serious? Its a major problem, you have no access to desktop when ...
411
This appears to be a serious problem in windows 10. I have made a research to find the solution but did not succeed. I was wondering, is there any official solution to this problem? Thanks.
411
Find the line where you have set the world boundries and expand it - make sure the skin's coordinates are inside the world you have defined.
138
try this:
pawn Код:
CMD:spec(playerid, params[]){ if (pInfo[playerid][pLogged] == 1) { if (pInfo[playerid][pAdminLevel] >= 1) { if (team[playeri...
199
zcmd doesnt need to be used inside onplayercommandtext. Remove that callback. And the structure is:
pawn Код:
CMD:shop(playerid, params[]){//codereturn 1;}
240
pawn Код:
CMD:shop(playerid, params[])
without ";"
240
you joke man? in the lines you use the function
346
use either "d" instead of "u" OR use "u" but with invalid_player_id instead of isplayerconnected
346
Here, find your router's model and follow the instructions: http://portforward.com/english/appli.../SA-MP_Server/
370
Read carefully the wiki about addplayerclass. There are coords inputs. use them
149
Actually including the a_samp is not necessary anymore.
The simplest thing to do here is to make
pawn Код:
new playerinfo[server's slots amount][pinfo];
235
Quote:
Originally Posted by dafuq
HurtLocker, he means that when someone types and CMD like /me then admins can see it IG, example:
[AdmnReport] Player *playername* *player's id* used CMD ...
276
easy. example:
pawn Код:
CMD:help(playerid, params[]){//codeGetplayername(playerid)format(str, sizeof(str), "[CMD][%d][%s]: /help", playerid, playername)foreach(...){ if (playerstats[i][adminl...
276
you need to call the call back... I only know how to do this with a timer but pottus says sth about dynamic areas which require less cpu usage, ask him
171
GM.pwn(435) : error 001: expected token: "-identifier-", but found "new"
GM.pwn(452) : error 001: expected token: "-identifier-", but found "new"
GM.pwn(455) : error 001: expected token: "-identifier-...
374
try this:
pawn Код:
CMD:teles(playerid, params[] ){ new Str1[ ] = " - "CLB"The Eclipse {FFFFFF}[Dont Care] "CLB" teleports.\n\n\ "CLB"Stuntparks{FFFFFF}\n\ ...
374
For some reason, if I use u identifier for id, i get errors like player is not connected. I faced this prolem from the early days since i started scripting (november 2012). In order to make my command...
646
Quote:
Originally Posted by Champ
you can change your name in sa-mp window. on the head of the sa-mp software. you can not change player's name inside the script.
Wrong.
https://sampwi...
285
I can't believe this if i don't see it happening.
282