24.08.2010, 23:31
so i save the position and now i want to create a pickup and text label
This is from saved posion i use /save
AddPlayerClass(288,2134.2358,-2279.2097,20.6719,131.9512,0,0,0,0,0,0); //
So i use 288,2134.2358,-2279.2097,20.6719 but not work!
(22367) CreateDynamicPickup(1314, 1, 288,2134.2358,-2279.2097,20.6719,0); //Hacker Pickup
(2236
Create3DTextLabel("[Hacker Pickup] \n Type \"/join\" to get job.",0xFFFF00AA, 288,2134.2358,-2279.2097,20.6719, 20,0,1);
I got two errors in compiling
1. (22367) : warning 213: tag mismatch
2. (2236
: warning 202: number of arguments does not match definition
Please help me fast . Thanks!
This is from saved posion i use /save
AddPlayerClass(288,2134.2358,-2279.2097,20.6719,131.9512,0,0,0,0,0,0); //
So i use 288,2134.2358,-2279.2097,20.6719 but not work!
(22367) CreateDynamicPickup(1314, 1, 288,2134.2358,-2279.2097,20.6719,0); //Hacker Pickup
(2236
Create3DTextLabel("[Hacker Pickup] \n Type \"/join\" to get job.",0xFFFF00AA, 288,2134.2358,-2279.2097,20.6719, 20,0,1);I got two errors in compiling
1. (22367) : warning 213: tag mismatch
2. (2236
: warning 202: number of arguments does not match definitionPlease help me fast . Thanks!


