Search Results
Hey guys. I don't understand why this is happening but..... This is the code PHP Code: CMD:flipcoin(playerid, params[]) // or CMD:mycommand(playerid, params[]) {   new string[128];   ...
57
PHP код: enum PlayerStatus {     pUsername[24],     pPassword[126],     pMoney,     pScore,     pLevel,     pAdminLevel,     pDrugs,     pHasDease,     pDe...
55
It's so that it is already loaded and so that i don't have to assign it some where else. It keeps it cleaner. My mistake was my a loop. This loads perfectly fine. PS: Next time instead of trying to...
62
Can somebody tell me what seems to be wrong with this query? PHP код: public LoadPickups(playerid) {     new query[1000], savingstring[1000];     new Float:x,Float:y,Float:z;   Â...
62
Any Help with the following mysql error.. PHP код: [17:51:18] CMySQLHandler::Query(INSERT INTO playerdata (user, password, score, money, vip, level, skill1, skill2, skill3, skill...
53
I am making a /cuff command and I'm not sure how to check if a player is in range of another player. Any advice? Possibly a solution?
82
Um, Thank You. However, this isn't a tutorial. If i didn't know PHP I'd be looking at a bunch of random numbers, symbols, and letters. I can't even say you tried, Sorry mate.
426
Hey guys, I made this same tutorial a few weeks ago. However it was my first tutorial and my methods weren't very good. I'm making this one to make sure that whatever I taught you there is erased from...
316
Could you explain yourself a little better? not quite sure I understand.
259
I'm not quite sure what you are asking, what is xvip?
73
So it appears that I am getting an argument type error which doesn't make any sense what so ever. I have looked over this code millions of times and it really doesn't make any sense. PHP код: ...
86
Turns out it was because I had an Underscore in my name and I forgot to add my remove underscore function. SORRY for the double post.
114
Quote: Originally Posted by Ranama Something is wrong typed with the MySQL code, check that all strings have ' ' or " ". Do you got all the tables and are you connected to your MySQL Serve...
114
Hoping for some help PHP код: [18:49:01] >> mysql_store_result( Connection handle: 1 ) [18:49:01] CMySQLHandler::StoreResult() - Result was stored. [18:49:01] >> mysq...
114
Quote: Originally Posted by HeLiOn_PrImE You need 2 things to help you. 1. The knowledge of pawn. (you get that from these forums and the sa-mp wiki). 2. An algorithmic way of thinking. (y...
79
Hey guys wondering if anyone can help me solve this.. PHP Code: [20:32:10] [join] Patrick_S has joined the server (0:66.131.146.105) [20:32:10] [debug] Server crashed while executingÂ...
71
Have you properly created your Users folder in script files? There may also be something wrong with your folder permissions. Make sure that your folders are not READ ONLY.
153