Search Results
Quote: Originally Posted by clarencecuzz Код: format(DCars[id][Price], 10, "%d", price); Otherwise, Код: DCars[id][Price] = price; Assuming that the variable 'price' is in digit fo...
112
So I have this error, I am trying to solve this, but I just cant. pawn Код: new price;format(DCars[id][Price], 255, "%s", price);dini_IntSet(filestring, "Price", DCars[id][Price]); For example i...
112
So i have made a command to create a backdoor in a players house When i create it and leave the house from the interior it works fine But if i want to enter the house from the backdoor to go into th...
67
Quote: Originally Posted by [MWR]Blood You have to use the playerid, not the player's name: pawn Код: if(strcmp(Player[playerid][Warning1], "None", true) == 0) That will only check...
88
Quote: Originally Posted by [MWR]Blood pawn Код: new pName[MAX_PLAYER_NAME];GetPlayerName(playerid, pName, sizeof(pName)); Now its only argument mismatch 1 and now i have Array mu...
88
So im getting arguments mismatch 1 and 2 on the same line.... Here is the command pawn Код: command(remotewarn, playerid, params[]){    new pName, name[128], reason[128], string[128];    if(...
88
Why does this happen When someone logs out the whole server lags I have deleted alot of accounts which i thought was the problem When the server saves it takes 3 - 5 minutes it should take 1 - 2 mi...
70
Quote: Originally Posted by Ranama have you checked so the Alcohol function is set to 0 and the weather is normal? How could i check that Please help Thanks
69
Well when i am in a interior and my virtual world and interior are not 0 when my camera is meant to be pointing outside it does but it is very blurry and weird i cant see what is there i dont understa...
69
Well i am trying to make it so the camera will face a certain angle it works fine but it is just not in the right angle i am getting the right coordinates by doing these commands in game pawn Код...
53
Quote: Originally Posted by XStormiest an interior? pawn Код: SetPlayerCameraPos(playerid, 240.124801, 121.756500, 1004.287475);SetPlayerCameraLookAt(playerid, 240.124801, 121.756500,...
190
Quote: Originally Posted by Stigg Read the info in the link in my previous post. My camera is facing into a interior do i need to set the virtual world or anything Please help Thanks
190
Quote: Originally Posted by Stigg You are using the same cord's for SetPlayerCameraPos and SetPlayerCameraLookAt, that might be your problem. https://sampwiki.blast.hk/wiki/SetPlayerCamer...
190
Why does this not put the camera where i want it It is meant to be a place where i can see a certain place but instead all i can is is clouds and i can walk but i can see my self moving on the mini m...
190
How could i make it so when you talk in the radio if your in group one you send a different message to everyone else when you type the command in please help so like when you do the command if your in...
47
Well i am trying to do this /sellcar command when the user decides what car slot he wants the car to go to it was make the his car the car he bought and the sellers car 0 then send a message but it do...
131