Ez a szekció lehetővé teszi a felhasználó által írt összes hozzászólás megtekintését. Vedd figyelembe, hogy csak azokba a fórumokba írt hozzászólásokat látod, amelyekhez hozzáférésed van.
Üzenetek - Gabor..
Oldalak: 1 ... 88 89 [90] 91 92 ... 126
1336
« Dátum: 2012. április 15. - 18:44:38 »
1337
« Dátum: 2012. április 15. - 18:40:15 »
1338
« Dátum: 2012. április 15. - 18:34:47 »
A legjobb, a MySql-es saját adminrendszer. Én most olyat tervezek írni.
1339
« Dátum: 2012. április 15. - 18:32:54 »
CMD:nevvalt(playerid, params[]) { new nev; if(sscanf(params, \"s[50]\", nev)) return SendClientMessage(playerid, 0xFF0000AA, \"Használat: /nevvalt <Név>\"); SetPlayerName(playerid, name); return 1; } Tessék.
1340
« Dátum: 2012. április 15. - 18:26:42 »
Így: #include <a_samp> public OnPlayerUpdate(playerid) { if(IsPlayerInRangeOfPoint(playerid, 7.0, X, Y, Z))// X, Y, Z helyére írd a kordinátát! { ShowPlayerDialog(playerid, 1 , DIALOG_STYLE_MSGBOX, \"Notice\", \"You connected to the server\", \"Close\",\"\"); } if(IsPlayerInRangeOfPoint(playerid, 7.0, X, Y, Z))// X, Y, Z helyére írd a kordinátát! { ShowPlayerDialog(playerid, 1 , DIALOG_STYLE_MSGBOX, \"Józsi\", \"Józsi bácsi!\", \"Close\",\"\"); } return 1; } Ez alapján még tovább tudod csinálni.
1341
« Dátum: 2012. április 15. - 18:23:31 »
Most parancsosra akarod, vagy ha simán odamegy, és kiírja? Mert ha azt akarod, hogy ha simán odamegy, és kiíja neki, akkor ezt használd! #include <a_samp> public OnPlayerUpdate(playerid) { if(IsPlayerInRangeOfPoint(playerid, 7.0, X, Y, Z))// X, Y, Z helyére írd a kordinátát! { ShowPlayerDialog(playerid, 1 , DIALOG_STYLE_MSGBOX, \"Notice\", \"You connected to the server\", \"Close\",\"\"); } return 1; }
1342
« Dátum: 2012. április 15. - 18:11:11 »
#include <a_samp> public OnPlayerUpdate(playerid) { if(IsPlayerInRangeOfPoint(playerid, 7.0, X, Y, Z))// X, Y, Z helyére írd a kordinátát! { ShowPlayerDialog(playerid, 1 , DIALOG_STYLE_MSGBOX, \"Notice\", \"You connected to the server\", \"Close\",\"\"); } return 1; } Így talán. Amikor belemegy a láthatatlan CP-be, akkor kiadja neki, így nem kell parancsal stb...
1343
« Dátum: 2012. április 15. - 13:53:48 »
2.: CMD:repa(playerid, params[]) { if(IsPlayerInRangeOfPoint(playerid, 10, 264.6288,77.5742,1001.0391)) { SendClientMessage(playerid, -1, \"Itt nem használhatod ezt a parancsot!\"); } else//Ellentétben, tehát, ha nincs a láthatatlan cp-ben, akkor csinálja tovább { //További függvények } return 1; } Ezt rakd a parancsaidhoz!
1344
« Dátum: 2012. április 15. - 13:47:00 »
A változókat is másold be.
1345
« Dátum: 2012. április 15. - 13:34:55 »
Másold be!!
1346
« Dátum: 2012. április 15. - 13:32:44 »
Okés. Én inkább Dev-C++-ban folytatom munkálkodásaimat, mert azt már megszoktam.
1347
« Dátum: 2012. április 15. - 13:30:28 »
Másold be a környezetet!
1348
« Dátum: 2012. április 15. - 13:28:49 »
/r
1349
« Dátum: 2012. április 15. - 12:56:50 »
De, mert definálással is meglehet csinálni. #include <a_samp> #include <zcmd> #define dialog_1 100 CMD:teles(playerid,params[]) { ShowPlayerDialog(playerid,dialog_1,DIALOG_STYLE_LIST,\"..::Teleportok::..\",\"Las Venturasi Reptér\\nSan Fierroi Reptér\\nLos Santos Reptér\\nElhagyot Reptér\",\"Telézek\", \"\"); return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == dialog_1) { if(response) { switch(listitem) { case 0: { SetPlayerPos(playerid,1306.7422,1267.5371,10.8203); } case 1: { SetPlayerPos(playerid,-1567.6731,-179.2296,14.1484); } case 2: { SetPlayerPos(playerid,1412.8171,-2435.1362,13.5766); } case 3: { SetPlayerPos(playerid,410.7249,2452.9683,16.5000); } } } } return 1; }
1350
« Dátum: 2012. április 15. - 12:52:53 »
Bocsánat, figyelmetlen voltam. #include <a_samp> #include <zcmd> #define dialog_1 100 CMD:teles(playerid,params[]) { ShowPlayerDialog(playerid,dialog_1,DIALOG_STYLE_LIST,\"..::Teleportok::..\",\"Las Venturasi Reptér\\nSan Fierroi Reptér\\nLos Santos Reptér\\nElhagyot Reptér\",\"Telézek\", \"\"); return 1; } public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == dialog_1) { if(response) { switch(listitem) { case 0: { SetPlayerPos(playerid,1306.7422,1267.5371,10.8203); } case 1: { SetPlayerPos(playerid,-1567.6731,-179.2296,14.1484); } case 2: { SetPlayerPos(playerid,1412.8171,-2435.1362,13.5766); } case 3: { SetPlayerPos(playerid,410.7249,2452.9683,16.5000); } } } } return 1; }
Oldalak: 1 ... 88 89 [90] 91 92 ... 126
|