Search Results
Very nice man, I shall use! Thanks.
271
Having a similar problem, any takers ?
226
I got alot of help from Jay on this code but ... pawn Код: format(string, 128, "Player came from %d, %d, %d", fPlayerPos[i][0], fPlayerPos[i][1], fPlayerPos[i][2]);  ircSay(EchoConnection, Echo...
131
I was just wondering if it's possible to check if a player is in the air or on the ground or w/e. I'm sure you get me drift.
74
Well, I am looking for some sort of function that will detect when a player touches a certain object. The object is a building; so I doubt PlayerToPoint would work affectively.
97
Because that's separte code for something else, would look pretty stupid and would get confusing if I had it all in the same function.
244
Quote: Originally Posted by еddy Try using this: pawn Код: SendClientMessageToAll(0xA9A9A9AA, "You're going over 200 MPH"); Instead of: pawn Код: SendClientMessage(i, 0xA9A9A9A...
244
It's cool, I fixed it, thanks.
69
/save has suddenly stopped saving the coords to the savedpositions.txt file ... anybody had this problem ? Anyone know how to fix it ?
69
Ok, I've another similar problem now. pawn Code: BankCash[giveplayerid] = dUserINT(PlayerName(giveplayerid)).("bankcash");    new Total = cashsend + BankCash[giveplayerid];    dUserSetINT(Player...
157
That code fixed one of the problems. It set the backpack to 0 ... but still didn't give the player the money in his bank account. Then this code got it working: pawn Code: BankCash[playerid] = dUser...
157
pawn Code: BankCash[playerid] = dUserINT(PlayerName(playerid)).("bankcash"); ^^ Is letting the script know that when BankCash[playerid] is used that it's to read from the playerfiles bankcash line. (...
157
pawn Code: BankCash[playerid] = dUserINT(PlayerName(playerid)).("bankcash");    new MoneyInPack =dUserINT(PlayerName(playerid)).("HasPackMoney");    BankCash[playerid] +=MoneyInPack;    HasPack...
157
Check OnPlayerConnect to see if there's a GivePlayerWeapon line. If there is, check what ID the weapon the player's receiving is.
210
Well.. I suggest you find out a way to work images into it....so we can type /sexytime and a full screen picture of you wearing nothing but wrist bands and a chain comes up. Also for admins; have a /...
223
Sorry, I know I sound like a nub, but I've never used CreateVehicle before .... Lets take this for example: pawn Код: AddStaticVehicle(560,2076.2837,1260.0215,10.3314,179.9376,6,6); // sultan Wha...
156
Quote: Originally Posted by Rk_ There is no harm in trying it? True. :P Does it work the same as AddStaticVehicle ? I don't need to change anything but the AddStaticVehicle to CreateVe...
156