Search Results
Does anyone know why I get the error "The player ID (3) is not connnected to the server." When I try and target ID 2. The player is connect but it doesn't actually let me target them?
15,222
I am getting an error when starting my server. It just says this When I just have the default server it runs fine.
110
Thank you for your help, I'm new to this. So how would I create the removefile cmd and setfile.
128
I want to make a command where I can set people to a file, Then if there names are in that file they are able to do certain commands. So for example "/setfile id" then they can do the command "/openga...
128
Can anyone direct me to how to create custom objects. I know how to make them but once I create them and add them to the custom.img I just crash. I add the object to the IDE as well.
49
Can anyone help? / Tell me if this is possible?
125
How do I make the second gate open 5 seconds after the first? pawn Код: if (strcmp("/opengate", cmdtext, true, 10) == 0)    {      MoveObject(Mygate,X,Y,Z,S);      MoveObject(Mygate1,X,Y,...
125
Ah im stupid thanks for your help
215
Ok thanks, Im getting error 017: undefined symbol "x"
215
so how would i turn that into this pawn Код: if (strcmp("/enter", cmdtext, true) == 0)    {  if(IsPlayerInRangeOfPoint(playerid,5,-2237.7329,2353.8467,4.9794))        {        SetPlaye...
215
I know how to make a gate but when ever i use them they go all wrong, They have worked before. Also i dont want to create a /me its when they go through a door so it will send a message as they do...
215
Why when I activate / use some of my gates they rotate away instead of just going up and down or side to side? Also how do I make a local /me action such as *Name Opens the door as he passes through...
215
How do you make it so that you have to be set to the chat to see the chat ?
372
How do you make it so that you need a character to make it? so its like !Talk here Other than that its a great tut dude
372
I have moved the layout of my textdraw and i am having trouble. When i enter the server it is fine, when i spawn it goes back. I have attached a image
99
pawn Код: label1 = Create3DTextLabel("Welcome To The Bus Station\n To Become A Busdriver type /busdriver",COLOR_BLUE,864.9626,1876.1853,10.8303,40.0,0) pawn Код: if(strcmp(cmdtext, "/hidelabl...
62
How would i do this ? sorry for being stupid :P
155
Код: C:\Users\Public\Documents\SAMP\pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level C:\Users\Public\Documents\SAMP\pawno\include\dutils....
155
How do i do it so that they have to be in the faction and be in range of point ? pawn Код: if( !strcmp(cmdtext,"/cctv1",true ))    {        if (IsPlayerInRangeOfPoint(playerid, 3, 2250.8818...
97